mirror of
https://github.com/rclone/rclone
synced 2024-11-17 17:30:37 +01:00
d27c35ee4a
Before this change, rclone checked to see if an object existed before doing an upload by listing the destination directory. This was very inefficient, especially with large directories. After this change rclone uses the pre upload check API call which checks to see if it is OK to upload an object, and also returns the ID of an existing object which saves rclone having to do a directory listing. |
||
---|---|---|
.. | ||
api | ||
box_test.go | ||
box.go | ||
upload.go |