mirror of
https://github.com/rclone/rclone.git
synced 2025-03-16 09:55:18 +08:00

Before this change, when uploading to a crypt, the ObjectInfo accidentally used the encrypted size, not the unencrypted size when --crypt-no-data-encryption was set. Fixes #5498