Rclone 1.59.2 has been released. Find it in the rclone downloads or use rclone selfupdate
to upgrade.
This is a bug fix release to fix the chunk size calculations in S3, Azure Blob and B2 which just missed v1.59.1 release. It also contains a few other small fixes - see below.
If you (or your company) is enjoying rclone, please consider donating or sponsoring to keep the project sustainable, or hire me to add a feature you really want!
v1.59.2 - 2022-09-15
- Bug Fixes
- config: Move locking to fix fatal error: concurrent map read and map write (Nick Craig-Wood)
- Local
- Disable xattr support if the filesystems indicates it is not supported (Nick Craig-Wood)
- Azure Blob
- Fix chunksize calculations producing too many parts (Nick Craig-Wood)
- B2
- Fix chunksize calculations producing too many parts (Nick Craig-Wood)
- S3
- Fix chunksize calculations producing too many parts (Nick Craig-Wood)