mirror of
https://github.com/rclone/rclone.git
synced 2024-12-27 17:38:58 +01:00
91afa14d28
Before this patch, when an alias backend was created it would be renamed to be canonical and in the process Shutdown would be called on it. This was particularly noticeable with the dropbox backend which gave this error when uploading files after the backend was Shutdown. Failed to copy: upload failed: batcher is shutting down This patch fixes the cache Rename code not to finalize objects if the object that is being overwritten is the same as the existing object. See: https://forum.rclone.org/t/upload-failed-batcher-is-shutting-down/33900 |
||
---|---|---|
.. | ||
cache_test.go | ||
cache.go |