rclone/backend
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
..
alias docs: punctuation cleanup 2021-10-20 22:56:19 +02:00
all new backend: hidrive - fixes #1069 2022-07-08 18:24:54 +01:00
amazonclouddrive Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
azureblob azureblob,b2,s3: fix chunksize calculations producing too many parts 2022-08-09 12:56:55 +01:00
b2 azureblob,b2,s3: fix chunksize calculations producing too many parts 2022-08-09 12:56:55 +01:00
box Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
cache cache: mark as not supporting metadata 2022-06-29 17:30:37 +01:00
chunker chunker: mark as not supporting metadata 2022-06-29 17:30:37 +01:00
combine combine: fix errors with backends shutting down while in use 2022-08-04 10:18:07 +01:00
compress compress: support metadata 2022-06-29 17:30:37 +01:00
crypt crypt: support metadata 2022-06-29 17:30:37 +01:00
drive combine: fix docs showing `remote=` instead of `upstreams=` 2022-07-17 16:59:50 +01:00
dropbox dropox: fix ChangeNotify was unable to decrypt errors 2022-08-04 10:26:42 +01:00
fichier Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
filefabric Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
ftp Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
googlecloudstorage gcs: add --gcs-decompress flag to download gzip-encoded files 2022-07-09 17:31:12 +01:00
googlephotos Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
hasher hasher: support metadata 2022-06-29 17:30:37 +01:00
hdfs Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
hidrive new backend: hidrive - fixes #1069 2022-07-08 18:24:54 +01:00
http docs: skip "Connection" suffix from FTP, SSH/SFTP and HTTP backend names 2022-06-21 23:43:00 +02:00
hubic Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
internetarchive internetarchive: handle hash symbol in the middle of filename 2022-07-22 13:09:44 +01:00
jottacloud jottacloud: do not store username in config when using standard auth 2022-07-25 18:25:15 +01:00
koofr Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
local local: disable xattr support if the filesystems indicates it is not supported 2022-08-09 12:56:55 +01:00
mailru Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
mega mega: fix error handling broken by removal of github.com/pkg/errors 2021-11-09 13:43:45 +00:00
memory backend: allow wrapping backend tests to run in make quicktest 2022-06-29 17:30:37 +01:00
netstorage Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
onedrive staticcheck: unused func 2022-07-04 11:24:59 +02:00
opendrive opendrive: resolve lag and truncate bugs fixes #5936 2022-06-17 16:48:03 +01:00
pcloud pcloud: fix cleanup - fixes #3853 2022-06-16 15:45:42 +02:00
premiumizeme about: improved error message 2022-05-13 12:08:10 +01:00
putio about: improved error message 2022-05-13 12:08:10 +01:00
qingstor Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
s3 azureblob,b2,s3: fix chunksize calculations producing too many parts 2022-08-09 12:56:55 +01:00
seafile Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
sftp sftp: fix issue with WS_FTP by working around failing RealPath 2022-07-20 18:08:42 +01:00
sharefile Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
sia Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
storj storj: fix put 2022-05-12 20:43:54 +01:00
sugarsync Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
swift Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
union union: fix panic due to misalignment of struct field in 32 bit architectures 2022-07-17 16:59:50 +01:00
uptobox staticcheck: unused func 2022-07-04 11:24:59 +02:00
webdav docs: consistent capitalization of WebDAV, DLNA, HTTP 2022-06-21 23:43:00 +02:00
yandex yandex: handle api error on server-side move 2022-07-04 11:24:59 +02:00
zoho Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00