rclone/backend/azureblob
Nick Craig-Wood 0501773db1 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:57:38 +01:00
..
azureblob.go azureblob,b2,s3: fix chunksize calculations producing too many parts 2022-08-09 12:57:38 +01:00
azureblob_internal_test.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
azureblob_test.go azureblob: case insensitive access tier 2022-05-24 09:19:08 +01:00
azureblob_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
imds.go Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
imds_test.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00