1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-11 08:49:37 +01:00
rclone/backend/s3
Nick Craig-Wood 198c34ce21 s3: implement --s3-upload-cutoff for single part uploads below this - fixes
Before this change rclone would use multipart uploads for any size of
file.  However multipart uploads are less efficient for smaller files
and don't have MD5 checksums so it is advantageous to use single part
uploads if possible.

This implements single part uploads for all files smaller than the
upload_cutoff size.  Streamed files must be uploaded as multipart
files though.
2018-12-02 17:58:34 +00:00
..
s3_test.go s3: implement --s3-upload-cutoff for single part uploads below this - fixes 2018-12-02 17:58:34 +00:00
s3.go s3: implement --s3-upload-cutoff for single part uploads below this - fixes 2018-12-02 17:58:34 +00:00
v2sign.go s3: fix v2 signer on files with spaces - fixes 2018-10-14 00:10:29 +01:00