rclone/backend/b2
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
..
api b2: factor version handling into lib/version 2021-04-12 15:59:18 +01:00
b2_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
b2_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
b2.go Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
upload.go azureblob,b2,s3: fix chunksize calculations producing too many parts 2022-08-09 12:56:55 +01:00