mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 03:48:27 +08:00
725ae91387
The maximum value for the --s3--copy-cutoff should be 5GiB as tested with AWS S3. However b2 have implemented this as 5GB rather than 5GiB so having the default at 5 GiB makes the b2s3 server side copy of a large file by default. This patch sets the default to 4768 MiB which is slightly less than 5GB. This should have very little effect on anything. If in future rclone can lower this limit more if Copy can multithread. See: https://forum.rclone.org/t/copying-files-within-a-b2-bucket/16680/76 |
||
---|---|---|
.. | ||
s3_test.go | ||
s3.go | ||
v2sign.go |