1
mirror of https://github.com/rclone/rclone synced 2024-10-04 11:17:51 +02:00
rclone/backend
Nick Craig-Wood 9ee9fe3885 swift: obey Retry-After to fix OVH restore from cold storage
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
2019-03-25 13:41:34 +00:00
..
alias backend: fix misspellings 2019-02-07 19:51:03 +01:00
all koofr: implemented a backend for Koofr cloud storage service. 2019-03-06 13:41:43 +00:00
amazonclouddrive pacer: make pacer more flexible 2019-02-16 14:38:07 +00:00
azureblob azureblob: Enable MD5 checksums when uploading files bigger than the "Cutoff" 2019-03-01 11:12:23 +01:00
b2 b2: ignore already_hidden error on remove 2019-03-17 14:56:17 +00:00
box pacer: make pacer more flexible 2019-02-16 14:38:07 +00:00
cache cache: Use walk.ListR for listing the temporary Fs. 2019-03-16 17:41:12 +00:00
crypt backend: fix misspellings 2019-02-07 19:51:03 +01:00
drive drive: add --skip-checksum-gphotos to ignore incorrect checksums on Google Photos 2019-03-17 09:10:51 +00:00
dropbox pacer: make pacer more flexible 2019-02-16 14:38:07 +00:00
ftp ftp: add --ftp-concurrency to limit maximum number of connections 2019-03-17 09:57:14 +00:00
googlecloudstorage gcs: Allow bucket policy only buckets - fixes #3014 2019-03-10 11:45:42 +00:00
http http: fix socket leak on 404 errors 2019-03-15 17:04:28 +00:00
hubic hubic: make error message more informative if authentication fails 2019-02-03 12:25:19 +00:00
jottacloud jottacloud: fix token refresh - fixes #2992 2019-02-21 19:26:18 +01:00
koofr koofr: implemented a backend for Koofr cloud storage service. 2019-03-06 13:41:43 +00:00
local backend: fix misspellings 2019-02-07 19:51:03 +01:00
mega pacer: make pacer more flexible 2019-02-16 14:38:07 +00:00
onedrive onedrive: Implement graceful cancel 2019-03-19 15:54:51 +08:00
opendrive Fix errors discovered with go vet nilness tool 2019-03-18 11:23:00 +00:00
pcloud pacer: make pacer more flexible 2019-02-16 14:38:07 +00:00
qingstor backend: fix misspellings 2019-02-07 19:51:03 +01:00
s3 pacer: make pacer more flexible 2019-02-16 14:38:07 +00:00
sftp sftp: allow custom ssh client config 2019-02-26 16:37:54 +01:00
swift swift: obey Retry-After to fix OVH restore from cold storage 2019-03-25 13:41:34 +00:00
union backend: fix misspellings 2019-02-07 19:51:03 +01:00
webdav webdav: fix About/df when reading the available/total returns 0 2019-03-15 12:03:04 +00:00
yandex pacer: make pacer more flexible 2019-02-16 14:38:07 +00:00