Rclone 1.54.1 release

Rclone 1.54.1 has been released. Find it here https://rclone.org/downloads/

This is a bugfix release containing a lot of little fixes.

v1.54.1 - 2021-03-08

See commits

  • Bug Fixes
    • accounting: Fix --bwlimit when up or down is off (Nick Craig-Wood)
    • docs
      • Fix nesting of brackets and backticks in ftp docs (edwardxml)
      • Fix broken link in sftp page (edwardxml)
      • Fix typo in crypt.md (Romeo Kienzler)
      • Changelog: Correct link to digitalis.io (Alex JOST)
      • Replace #file-caching with #vfs-file-caching (Miron Veryanskiy)
      • Convert bogus example link to code (edwardxml)
      • Remove dead link from rc.md (edwardxml)
    • rc: Sync,copy,move: document createEmptySrcDirs parameter (Nick Craig-Wood)
    • lsjson: Fix unterminated JSON in the presence of errors (Nick Craig-Wood)
  • Mount
    • Fix mount dropping on macOS by setting --daemon-timeout 10m (Nick Craig-Wood)
  • VFS
    • Document simultaneous usage with the same cache shouldn't be used (Nick Craig-Wood)
  • B2
    • Automatically raise upload cutoff to avoid spurious error (Nick Craig-Wood)
    • Fix failed to create file system with application key limited to a prefix (Nick Craig-Wood)
  • Drive
    • Refer to Shared Drives instead of Team Drives (Nick Craig-Wood)
  • Dropbox
    • Add scopes to oauth request and optionally "members.read" (Nick Craig-Wood)
  • S3
    • Fix failed to create file system with folder level permissions policy (Nick Craig-Wood)
    • Fix Wasabi HEAD requests returning stale data by using only 1 transport (Nick Craig-Wood)
    • Fix shared_credentials_file auth (Dmitry Chepurovskiy)
    • Add --s3-no-head to reducing costs docs (Nick Craig-Wood)
  • Union
    • Fix mkdir at root with remote:/ (Nick Craig-Wood)
  • Zoho
    • Fix custom client id's (buengese)
5 Likes

thanks much, that was a very difficult bug to find and fix.
that the dump logs between v1.53.4 and v1.54.0 were identical.
in addition, the bug only happened when using an endpoint that was the default endpoint.

1 Like

:partying_face:

Congrats!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.