rclone/backend/s3
Nick Craig-Wood 198c34ce21 s3: implement --s3-upload-cutoff for single part uploads below this - fixes #2772
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 #2772 2018-12-02 17:58:34 +00:00
s3.go s3: implement --s3-upload-cutoff for single part uploads below this - fixes #2772 2018-12-02 17:58:34 +00:00
v2sign.go s3: fix v2 signer on files with spaces - fixes #2438 2018-10-14 00:10:29 +01:00