mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 18:43:50 +00:00
In presence of no_data_encryption the Crypt's Put method used to over-optimize and returned base object. This patch makes it return Crypt-wrapped object now. Fixes #5498