mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
ebd9462ea6
Before this change, when using an all create method with one of the upstreams being read only, if there was an existing file on the read only remote, it was impossible to update it. This change detects that situation and creates the file on a read/write upstream. This file will shadow the file on the read/only upstream. If it is deleted the read only upstream file will be visible again. Fixes #4929 |
||
---|---|---|
.. | ||
policy | ||
upstream | ||
entry.go | ||
errors.go | ||
union_internal_test.go | ||
union_test.go | ||
union.go |