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

Use boto multipart upload for uploading large files to S3 #84

Closed
wants to merge 3 commits into from

Conversation

shanx
Copy link

@shanx shanx commented Jul 19, 2017

This patch allows uploading large files (5gb or larger) to Amazon S3 using boto's multipart transfer. Effectively mitigating #75 and boto/boto#2207. When a file is larger then 2gb then the file will be uploaded in chunks of 100mb. Files smaller then 2gb will be uploaded using the already implemented methodology

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 this pull request may close these issues.

1 participant