mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
919e28b8bf
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 |