S3 content stream behaviour in case not all bytes are read #5110
Unanswered
catalin-luca
asked this question in
Migration from v1 to v2
Replies: 1 comment
-
Any thoughts on this ?? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
I was wondering what is the SDK's behaviour if a client does not read all the bytes from the
ResponseInputStream
returned byS3Client::getObject
before closing the stream.In SDK v1, I believe the behaviour was to abort the underlying HTTP connection so that it could be re-created (see
S3AbortableInputStream
for reference). Is this still the case ?Thanks !
Beta Was this translation helpful? Give feedback.
All reactions