mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:54:44 +01:00
19ff7c9302
When wrapping a backend that supports Server Side Copy (e.g. `b2`, `s3`) and configuring the `tmp_upload_path` option, the `cache` backend would erroneously report that Server Side Copy/Move was not supported, causing operations such as file moves to fail. This change fixes this issue under these circumstances such that Server Side Copy will now be used when the wrapped backend supports it. Fixes #3206 |
||
---|---|---|
.. | ||
backend.go |