-
Hi, I am using
In aws-sdk-java I see that the default upload option is chunked encoding, but there is a What is the right way to use chunked encoding for uploading to S3? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Is there any information how could chunked encoding be implemented for a |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
I think you might be looking to use TransferManager. It will handle uploading large files in parallel for you. You can find an example for how to use this in the samples repo here. Let me know if you have any questions about this or if this is not what you are looking for.