AWS SDK v2 for multipart uploads fail #6167
Unanswered
coderSamuelLYS
asked this question in
Q&A
Replies: 0 comments
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.
-
When using the AWS SDK v2 for multipart uploads, if the size of the current part file does not match the contentLength set in the code, the relevant method will block here until a timeout occurs. Does contentLength need to strictly match the size of the incoming file?
java
Beta Was this translation helpful? Give feedback.
All reactions