mirror of
https://github.com/rclone/rclone
synced 2025-04-23 22:09:53 +02: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