mirror of
https://github.com/rclone/rclone.git
synced 2026-04-29 19:54:25 -04: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