-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem in retrieving message data from large message from s3 #6
Comments
Hi @abghosh82 I am also facing the same issue,
|
No updates on this. I am not currently using this project in any of my clients, so I may not be able to work on these or review PRs. |
Hi,
I am using this library to work with large messages but I have observed there is an issue while identifying whether the message in the queue is s3 pointer or not and returns it as a normal message. Also the while retrieving the file from s3 it is just returning the GuzzleHttp\Psr7\Stream object instead of content.
So correction at both places is needed for identifying a s3 pointer and retrieval of s3 file content. I have done some overrides in my class to handle this. Like below:
The text was updated successfully, but these errors were encountered: