-
Couldn't load subscription status.
- Fork 947
AWS SDK v2 for multipart uploads fail #6167
Unanswered
coderSamuelLYS
asked this question in
Q&A
-
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
s3Client.uploadPart(request,
RequestBody.fromInputStream(inputStream, contentLength));
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment