rclone/backend
Nick Craig-Wood 4e4feebf0a drive: fix google docs in rclone mount in some circumstances #1732
Before this change any attempt to access a google doc in an rclone
mount would give the error "partial downloads are not supported while
exporting Google Documents" as the mount uses ranged requests to read
data.

This implements ranged requests for a limited number of scenarios,
just enough so that Google docs can be cat-ed from an rclone mount.
When they are cat-ed then they receive their correct size also.
2019-01-31 10:39:13 +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: fix google docs in rclone mount in some circumstances #1732 2019-01-31 10:39:13 +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: add support for 2-factor authentification fixes #2722 2019-01-30 08:13:46 +00:00
local local: fix symlink tests under Windows 2019-01-29 15:40:49 +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: introduce application credential auth support 2019-01-29 14:43:10 +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