bakthat
bakthat copied to clipboard
Use boto multipart upload for uploading large files to S3
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