rclone/backend/googlecloudstorage
Nick Craig-Wood 5074bd0d51 googlecloudstorage: use the s3 pacer to speed up transactions
This commit switches Google Cloud Storage from the drive pacer to the
s3 pacer. The main difference between them is that the s3 pacer does
not limit transactions in the non-error case. This is appropriate for
a cloud storage backend where you pay for each transaction.
2022-03-25 15:32:28 +00:00
..
googlecloudstorage.go googlecloudstorage: use the s3 pacer to speed up transactions 2022-03-25 15:32:28 +00:00
googlecloudstorage_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00