Skip to content
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

Part number limit is reached when uploading large snapshots #25

Closed
ddebeau opened this issue Jun 6, 2021 · 0 comments · Fixed by #27
Closed

Part number limit is reached when uploading large snapshots #25

ddebeau opened this issue Jun 6, 2021 · 0 comments · Fixed by #27
Assignees

Comments

@ddebeau
Copy link
Owner

ddebeau commented Jun 6, 2021

The following traceback occurs when uploading large snapshots:

botocore.exceptions.ClientError: An error occurred (InvalidArgument) when calling the UploadPart operation: Part number must be an integer between 1 and 10000, inclusive

The error is caused when the part number limit (10,000) is reached. We'll need to adjust part size ourselves instead of letting Boto do it.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant