GetObjectAsync varying ResponseStream Type, MD5Stream causes exception #3283
-
Having an issue where some images we try to get with
All the objects were trying to get have been uploaded with the same method:
This makes me wonder why some calls return a stream of type: While other calls return stream of type: Currently any calls that return an instance of MD5Stream cause the exception when the stream disposes, our calls do not specify an algorithm.
I'm left wondering if this is a bug or user error, either way i kind of need to know. I could work around by simply catching the exception and reading the data but doing so blindly without knowing why this occurs doesn't seem terribly smart in the environment this code is running in. Any advice would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@RiversJohn Good morning. Please share the following:
Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@RiversJohn Looking at your repro code, looks like you are using Minio service. Could you confirm if you are able to reproduce the issue using actual AWS S3 service?
Also, could you please clarify the previous comment
3.7.x didn't run at all due to signature changes and would prefer to defer the work but if it's required to resolve i will ofcourse.
.Thanks,
Ashish