mirror of
https://github.com/rclone/rclone.git
synced 2026-03-12 04:01:19 -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