bakthat icon indicating copy to clipboard operation
bakthat copied to clipboard

Use boto multipart upload for uploading large files to S3

Open shanx opened this issue 7 years ago • 0 comments

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

shanx avatar Jul 19 '17 13:07 shanx