You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Large file uploads that are broken up into multiple part uploads by InMemoryBufferingS3OutputStream result in a request timeout if ObjectMetadata containing the full content length of the file is supplied. This is because InMemoryBufferingS3OutputStreamapplies the full ObjectMetadata including the content length to the software.amazon.awssdk.services.s3.model.UploadPartRequest.
Large file uploads that are broken up into multiple part uploads by
InMemoryBufferingS3OutputStream
result in a request timeout ifObjectMetadata
containing the full content length of the file is supplied. This is becauseInMemoryBufferingS3OutputStream
applies the full ObjectMetadata including the content length to thesoftware.amazon.awssdk.services.s3.model.UploadPartRequest
.Example code snippet that causes the issue:
The text was updated successfully, but these errors were encountered: