We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should bump the part_size if the request size if large enough so that we don't run into 10_000 part limits.
The text was updated successfully, but these errors were encountered:
Don't we already do this? https://github.com/awslabs/aws-s3-transfer-manager-rs/blob/main/aws-s3-transfer-manager/src/operation/upload.rs#L77-L80
Sorry, something went wrong.
I tried uploading a 100GB file, and it failed with max parts exceeded. So, maybe we just need to verify that it is working as expected.
No branches or pull requests
We should bump the part_size if the request size if large enough so that we don't run into 10_000 part limits.
The text was updated successfully, but these errors were encountered: