mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
198c34ce21
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. |
||
---|---|---|
.. | ||
s3_test.go | ||
s3.go | ||
v2sign.go |