mirror of
https://github.com/rclone/rclone
synced 2025-03-05 05:13:06 +01:00

* Add options to Put, PutUnchecked and Update for all Fses * Use these to create HashOption * Implement this in local * Pass the option in fs.Copy This has the effect that we only calculate hashes we need to in the local Fs which speeds up transfers significantly.