mirror of
https://github.com/rclone/rclone.git
synced 2025-08-03 19:51:08 +02:00
operations.Copy had become very unwieldy. This refactors it into methods on a copy object which is created for the duration of the copy. This makes it much easier to read and reason about.