-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
MPU failed to upload part of files #3158
Comments
@zhaohehuhu please provide:
Consider using the Java SDK 2.x S3TransferManager, it will manage multipart uploads automatically. The Java SDK 1.x is under Maintenance Mode and will only receive security updates and critical bugfixes. |
It looks like this issue has not been active for more than five days. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please add a comment to prevent automatic closure, or if the issue is already closed please feel free to reopen it. |
Thanks. I'll take a shot. |
Upcoming End-of-Support
Describe the bug
I adopt AWS MPU to upload tons of files in parallel, and all MPU upload request is done after calling completeMultipartUpload. But I checked the AWS s3 and found some files failed to be uploaded on AWS.
Regression Issue
Expected Behavior
all MPU upload request is done and all files are on AWS.
Current Behavior
some files failed to be uploaded on AWS and there is no any error message shown.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
1.12.532
JDK version used
JDK 8
Operating System and version
Centos
The text was updated successfully, but these errors were encountered: