-
Notifications
You must be signed in to change notification settings - Fork 886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resume from the breakpoint when upload failed with TransferUtilityMultiPartUpload #5455
Comments
Hi @zhongruiBlink Thanks for submitting the issue! One of our team members will investigate and provide updates here. |
Hi @zhongruiBlink! The When doing a multipart upload, the TransferUtility attempts to retry failing parts up to the limit configured in |
Hi @ruisebas! Thanks for the information. We're looking for a way to address this issue: When we start an upload task with 100 chunks, if the upload fails after 50 chunks have been successfully uploaded, we currently have to restart from the first chunk. This means re-uploading those 50 chunks, which takes a lot of time. Is there any way to resume the upload starting from chunk 51? |
There is no way to resume an upload from a specific part if the upload task failed. If you experience interruptions recurrently, you could try adjusting the |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Hi, I am using TransferUtilityMultiPartUpload to upload large video.
And my question is if there have any way, to resume upload from the breakpoint when the upload faild.
I try use the resume(), but I find the callback will show the task is failed imdientily.
The text was updated successfully, but these errors were encountered: