mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
9698a2babb
Google cloud storage doesn't normally need retries, however certain things (eg bucket creation and removal) are rate limited and do generate 429 errors. Before this change the integration tests would regularly blow up with errors from GCS rate limiting bucket creation and removal. After this change we low level retry all operations using the same exponential backoff strategy as used in the google drive backend. |
||
---|---|---|
.. | ||
fstests | ||
mockdir | ||
mockobject | ||
test_all | ||
fstest.go | ||
run.go |