mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01:00
cc8538e0d1
Before this change rclone was using the copy endpoint to copy large objects. This can fail for large objects with this error: Error 413: Copy spanning locations and/or storage classes could not complete within 30 seconds. Please use the Rewrite method This change makes Copy use the Rewrite method as suggested by the error message which should be good for any size of copy. |
||
---|---|---|
.. | ||
googlecloudstorage_test.go | ||
googlecloudstorage.go |