rclone/backend/s3
Nick Craig-Wood 603efbfe76 azureblob,b2,s3: fix chunksize calculations producing too many parts
Before this fix, the chunksize calculator was using the previous size
of the object, not the new size of the object to calculate the chunk
sizes.

This meant that uploading a replacement object which needed a new
chunk size would fail, using too many parts.

This fix fixes the calculator to take the size explicitly.
2022-08-09 12:56:55 +01:00
..
s3_internal_test.go s3: fix --s3-no-head panic: reflect: Elem of invalid type s3.PutObjectInput 2022-07-18 23:39:11 +01:00
s3_test.go s3: fix SetModTime on GLACIER/ARCHIVE objects and implement set/get tier 2019-09-14 09:18:55 +01:00
s3.go azureblob,b2,s3: fix chunksize calculations producing too many parts 2022-08-09 12:56:55 +01:00
v2sign.go s3: fix copy multipart with v2 auth failing with 'SignatureDoesNotMatch' 2021-01-27 14:43:02 +00:00