Rclone v1.73.0 release

Rclone 1.73.0 has been released. Find it in the rclone downloads or use rclone selfupdate to upgrade.

Some highlights of the release:

Thank you to all the contributors to this release, those who contributed code or doc fixes (31 people) or made issues or answered questions in the forum - your help is much appreciated!

Thank you to our new gold sponsor Internxt - they offer private by default, secure by design, free as in freedom secure cloud storage & more.

Thanks also to our new silver sponsors Shade.

If you’re working in the industry and you feel your company could benefit from a support contract please get in touch at sales@rclone.com or if you’re interested in advertising with us then please drop us a message to sponsorship@rclone.com.

Please consider donating or sponsoring to keep the project sustainable and a big thank you to our existing sponsors.

v1.73.0 - 2026-01-30

See commits

  • New backends
  • New Features
    • docs: Add Support Tiers to the documentation (Nick Craig-Wood)
    • rc: Add operations/hashsumfile to sum a single file only (Nick Craig-Wood)
    • serve webdav: Implement download directory as Zip (Leo)
  • Bug Fixes
    • fs: fix bwlimit: correct reporting (Mikel Olasagasti Uranga)
    • log: fix systemd adding extra newline (dougal)
    • docs: fixes (albertony, darkdragon-001, Duncan Smart, hyusap, Marc-Philip, Nick Craig-Wood, vicerace, vyv03354, yuval-cloudinary, yy)
    • serve s3: Make errors in --s3-auth-key fatal (Nick Craig-Wood)
  • Mount
    • Fix OpenBSD mount support. (Nick Owens)
  • Azure Blob
    • Add metadata and tags support across upload and copy paths (Cliff Frey)
    • Factor the common auth into a library (Nick Craig-Wood)
  • Azurefiles
    • Factor the common auth into a library (Nick Craig-Wood)
  • B2
    • Support authentication with new bucket restricted application keys (DianaNites)
  • Drive
    • Add --drive-metadata-force-expansive-access flag (Nick Craig-Wood)
    • Fix crash when trying to creating shortcut to a Google doc (Nick Craig-Wood)
  • FTP
    • Add http proxy authentication support (Nicolas Dessart)
  • Mega
    • Reverts TLS workaround (necaran)
  • Memory
    • Add --memory-discard flag for speed testing (Nick Craig-Wood)
  • OneDrive
    • Fix cancelling multipart upload (Nick Craig-Wood)
    • Fix setting modification time on directories for OneDrive Personal (Nick Craig-Wood)
    • Fix OneDrive Personal no longer supports description (Nick Craig-Wood)
    • Fix require sign in for OneDrive Personal (Nick Craig-Wood)
    • Fix permissions on OneDrive Personal (Nick Craig-Wood)
  • Oracle Object Storage
    • Eliminate unnecessary heap allocation (Qingwei Li)
  • Pcloud
    • Add support for ChangeNotify to enable real-time updates in mount (masrlinu)
  • Protondrive
    • Update to use forks of upstream modules to unblock development (Nick Craig-Wood)
  • S3
    • Add ability to specify an IAM role for cross-account interaction (Vladislav Tropnikov)
    • Linode: updated endpoints to use ISO 3166-1 alpha-2 standard (jbagwell-akamai)
    • Fix Copy ignoring storage class (vupn0712)
  • SFTP
    • Add http proxy authentication support (Nicolas Dessart)
    • Eliminate unnecessary heap allocation (Qingwei Li)
7 Likes

github.com/tyler-smith/ repo has been deleted.


$ git tag -v v1.73.0
object f42aa5a586cc95cfa7747e52837ae2a84832b792
type commit
tag v1.73.0
tagger Nick Craig-Wood <nick@craig-wood.com> 1769806452 +0000

Version v1.73.0
gpg: Signature made Fri 30 Jan 2026 22:54:12 EET
gpg:                using RSA key E3B358DC858FB307F48170B9CB0DBEBC5F32C81D
gpg: please do a --check-trustdb
gpg: Good signature from "Nick Craig-Wood <nick@craig-wood.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: E3B3 58DC 858F B307 F481  70B9 CB0D BEBC 5F32 C81D
$ git checkout v1.73.0
HEAD is now at f42aa5a58 Version v1.73.0
$ make
go build -v --ldflags "-s -X github.com/rclone/rclone/fs.Version=v1.73.0"  
go: downloading github.com/tyler-smith/go-bip39 v1.1.0
go: github.com/tyler-smith/go-bip39@v1.1.0: reading github.com/tyler-smith/go-bip39/go.mod at revision v1.1.0: git ls-remote -q origin in /wrk/safari/cvs/golang/pkg/mod/cache/vcs/b924af8be9f1a02719f734cdd61d6132b8922be229357d4ca54b11f018d9ce77: exit status 128:
	error: unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass'
	fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
make: *** [Makefile:54: rclone] Error 1

Solid release. Beyond the new backends, the Tier system could help ease the load on maintainers. Right now it seems like all backends are equal and work the same, so this makes the situation clearer for anyone reading the docs.

We've also updated the rclone openapi package and introduced the RC changes.

Big thanks to Nick and the 31 contributors!