mirror of
https://github.com/rclone/rclone.git
synced 2024-12-25 00:19:13 +01:00
e5a1bcb1ce
Before this change, we would upload files as single part uploads even if the source MD5SUM was not available. AWS won't let you upload a file to a locket bucket without some sort of hash protection of the upload which we don't have with no MD5SUM. So we switch to multipart upload when the source does not have an MD5SUM. This means that if --s3-disable-checksum is set or we are copying from a source with no MD5SUMs we will copy with multipart uploads. This patch changes all uploads, not just those to locked buckets because having no MD5SUM protection on uploads is undesirable. Fixes #6846 |
||
---|---|---|
.. | ||
gen_setfrom.go | ||
s3_internal_test.go | ||
s3_test.go | ||
s3.go | ||
setfrom.go | ||
v2sign.go |