mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01:00
9ee9fe3885
In as many methods as possible we attempt to obey the Retry-After header where it is provided. This means that when objects are being requested from OVH cold storage rclone will sleep the correct amount of time before retrying. If the sleeps are short it does them immediately, if long then it returns an ErrorRetryAfter which will cause the outer retry to sleep before retrying. Fixes #3041 |
||
---|---|---|
.. | ||
auth.go | ||
swift_internal_test.go | ||
swift_test.go | ||
swift.go |