rclone/backend
Nick Craig-Wood b26276b416 union: fix poll-interval not working - fixes #2837
Before this change the union remote was using whether the writable
union could poll for changes to decide whether the union mount could
poll for changes.

The fix causes the union backend to signal it can poll for changes if
**any** of the remotes can poll for changes.
2019-01-28 14:43:12 +00:00
..
alias backend: unify NewFs path handling for wrapping remotes 2018-10-10 17:50:27 +01:00
all union: Implement union backend which reads from multiple backends 2018-09-07 15:14:08 +01:00
amazonclouddrive Update after goimports change 2018-12-04 10:11:57 +00:00
azureblob azureblob: Stop Mkdir attempting to create existing containers 2019-01-23 09:58:46 +00:00
b2 rest: fix upload of 0 length files 2019-01-24 11:38:00 +00:00
box acd,box,onedrive,pcloud: remote log.Fatal from NewFs 2018-11-11 11:00:14 +00:00
cache Update after goimports change 2018-12-04 10:11:57 +00:00
crypt crypt: check for maximum length before decrypting filename 2018-12-19 11:51:44 +00:00
drive drive: add --drive-pacer-burst config to control bursting of the rate limiter 2019-01-27 21:19:20 +00:00
dropbox Fixes #1788: Retry-After support for Dropbox backend 2018-12-05 22:03:30 +00:00
ftp ftp: wait for 60 seconds for connection Close then declare it dead 2019-01-15 17:32:14 +00:00
googlecloudstorage drive, googlecloudstorage: disallow on go1.8 due to dependent library changes 2018-11-26 14:10:33 +00:00
http http: fix backend with --files-from and non-existent files 2018-12-04 17:40:44 +00:00
hubic hubic: retry auth fetching if it fails to make hubic more reliable 2018-09-04 21:00:36 +01:00
jottacloud jottacloud: Use token auth for all API requests 2019-01-27 11:32:11 +00:00
local local: make using -l/--links with -L/--copy-links throw an error #1152 2019-01-28 13:47:27 +00:00
mega docs: move documentation for options from docs/content into backends 2018-10-06 11:47:46 +01:00
onedrive onedrive: fix root ID not normalised #2930 2019-01-24 19:59:23 +08:00
opendrive opendrive: fix retries of upload chunks - fixes #2646 2018-10-25 11:50:38 +01:00
pcloud acd,box,onedrive,pcloud: remote log.Fatal from NewFs 2018-11-11 11:00:14 +00:00
qingstor qingstor: default --qingstor-upload-concurrency to 1 to work around bug 2019-01-27 21:09:11 +00:00
s3 s3: Auto detect region for buckets on operation failure - fixes #2915 2019-01-27 21:22:49 +00:00
sftp sftp: perform environment variable expansion on key-file 2019-01-09 10:11:33 +01:00
swift swift: efficiency: slim Object and reduce requests on upload 2018-12-02 10:23:55 +00:00
union union: fix poll-interval not working - fixes #2837 2019-01-28 14:43:12 +00:00
webdav webdav: support About - fixes #2937 2019-01-28 13:45:09 +00:00
yandex yandex: complete rewrite 2018-11-22 20:14:50 +00:00