rclone/backend/googlecloudstorage
Nick Craig-Wood cc8538e0d1 gcs: fix server side copy of large objects - fixes #3724
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.
2020-11-30 16:20:30 +00:00
..
googlecloudstorage_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
googlecloudstorage.go gcs: fix server side copy of large objects - fixes #3724 2020-11-30 16:20:30 +00:00