Replies: 1 comment 2 replies
-
I believe the S3TransferManager.downloadFile() must use byte range get to concurrently download different parts of the object into the local file to accelerate download speed. Please let me know where the code is. Thank you! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community,
I am new to this lib. I tested the S3TransferManager.downloadFile() and S3TransferManager.copy() APIs, and found they are much faster than the old TransferManager. I am interested in looking at the source code of how these two methods are implemented. However, the source code is written in a so abstract way that I am totally lost. Can anyone help to point me out where is the real mechanism part in the code for these two methods? Really appreciate it!
Beta Was this translation helpful? Give feedback.
All reactions