mirror of
https://github.com/rclone/rclone
synced 2024-11-21 22:50:16 +01:00
bb0c4ad2d8
Before this change the union's feature flags were a strict AND of the underlying remotes. This means that a union of a local disk (which can Move but not Copy) and a bucket based remote (which can Copy but not Move) could neither Move nor Copy. This fix advertises Move in the union if all the remotes can Move or Copy. It also implements Move as Copy+Delete (like rclone does normally) if the underlying union does not support Move. This enables renames to work with unions of local disk and bucket based remotes expected. Fixes #5632 |
||
---|---|---|
.. | ||
policy | ||
upstream | ||
entry.go | ||
errors.go | ||
union_internal_test.go | ||
union_test.go | ||
union.go |