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

Large backup can't be handled #4

Open
0xRoch opened this issue Dec 26, 2015 · 1 comment
Open

Large backup can't be handled #4

0xRoch opened this issue Dec 26, 2015 · 1 comment

Comments

@0xRoch
Copy link

0xRoch commented Dec 26, 2015

It will return the following error :

A client error (EntityTooLarge) occurred when calling the PutObject operation: Your proposed upload exceeds the maximum allowed size

@jgallen23
Copy link
Member

Individual Amazon S3 objects can range in size from a minimum of 0 bytes to a maximum of 5 terabytes. The largest object that can be uploaded in a single PUT is 5 gigabytes. For objects larger than 100 megabytes, customers should consider using the Multipart Upload capability.

looks like we'd need to use multipart. Reference here: http://docs.aws.amazon.com/cli/latest/reference/s3api/create-multipart-upload.html and http://docs.aws.amazon.com/cli/latest/reference/s3api/upload-part.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

No branches or pull requests

2 participants