Nick Craig-Wood
8574129892
swift: fix server side copy to empty container with --fast-list
...
This was caused by an incorrect error return code from ListR when the
container did not exist.
2017-09-16 19:49:31 +01:00
Nick Craig-Wood
6df12b3f00
fs: improve retriable error detection
2017-09-16 19:48:49 +01:00
Stefan Breunig
7f8d306c9c
s3: allow streaming upload of files with unknown file size (see #1614 )
2017-09-15 20:20:32 +02:00
Stefan Breunig
9d3f11b493
amazonclouddrive, rcat: ensure rcat integration test passes even with AmazonCloudDrive ( fixes : #1680 )
2017-09-15 18:09:04 +02:00
Nick Craig-Wood
38cc211762
box: fix Update to send the correct name #97
...
This caused problems with the UTF Normalization with files being
continuously re-uploaded.
2017-09-15 12:03:08 +01:00
Nick Craig-Wood
e0eabc75c0
drive: change the default for --drive-use-trash to true - fixes #1661
2017-09-15 11:58:50 +01:00
Nick Craig-Wood
798502b204
fs: add more errors to be considered temporary errors
...
This makes a framework for adding temporary errors identified by
syscall number or by error string.
Fixes #1660
2017-09-14 18:01:43 +01:00
Stefan Breunig
9d22f4208f
swift: implement streaming uploads (see #1614 )
2017-09-14 07:42:16 +02:00
Stefan Breunig
56dedc49e3
rcat: properly report if the upload fails
2017-09-13 20:21:52 +02:00
Girish Ramakrishnan
2f0551074c
s3: set session token when using STS
2017-09-12 22:59:29 +01:00
Nick Craig-Wood
d6eb625815
Add Girish Ramakrishnan to contributors
2017-09-12 09:30:03 +01:00
Girish Ramakrishnan
4c45cbea18
copy: error out if dst could not be listed
2017-09-12 09:29:44 +01:00
Nick Craig-Wood
897690d997
Add Jan Varho to contributors
2017-09-12 09:28:18 +01:00
Jan Varho
5a1351f141
s3: Document glacier transitions and behavior
2017-09-12 09:27:32 +01:00
Jan Varho
c22be38747
s3: Error message for objects in glacier
2017-09-12 09:27:32 +01:00
Oliver Heyme
f91f89d409
onedrive: Removed second browser authentication and enabled headless mode #254
2017-09-12 09:21:19 +01:00
Oliver Heyme
113f43ec42
oauthutil: Made GetToken and PutToken exported (required for OneDrive Business)
2017-09-12 09:21:06 +01:00
Oliver Heyme
7ef18b6b35
onedrive: Support for OneDrive for Business added #254
...
- 2 test fail (MimeType and modification date when copying)
- no headless setup
- uses the credentials for the "rclonetest" app I have created
2017-09-12 09:20:36 +01:00
Stefan Breunig
a91448c83a
rcat: honor --dry-run even for small files
2017-09-11 22:28:16 +02:00
Stefan Breunig
80b1f2a494
rcat: configurable small files cutoff and implement proper upload verification
2017-09-11 08:26:53 +02:00
Stefan Breunig
57817397a0
rcat: directly upload small files without streaming them
2017-09-11 08:25:34 +02:00
Stefan
10fa2a7806
snapd: remove snapd because the build fails (see #1188 , #1595 , #1618 )
2017-09-10 07:44:13 +02:00
Stefan
9a62d2f8ad
Makefile: avoid using deprecated xargs arguments
2017-09-10 07:43:13 +02:00
ishuah91
49816e67bd
yandex: implement cleanup (empty trash) - addresses #575
2017-09-08 11:37:39 +01:00
Jon Craton
fe536f3fa8
Typo fix in changelog
2017-09-06 16:13:24 +01:00
Nick Craig-Wood
c54d513bdd
Add ishuah91 to contributors
2017-09-06 16:12:29 +01:00
ishuah91
dd975ab00d
drive: implement cleanup (empty trash) - addresses #575
2017-09-06 16:12:00 +01:00
Nick Craig-Wood
2944f7603d
s3: read 1000 items in listings #1653
...
This fixes directory listings with wasabi which fail if you supply
more than the allowed 1000 items as a parameter. rclone used to
supply 1024 items which exceeds the spec - this works fine with
s3/ceph/etc but fails with wasabi.
2017-09-06 11:13:28 +01:00
Nick Craig-Wood
58f7b4ed7c
Clarify --filter-from docs
2017-09-01 11:35:26 +01:00
Nick Craig-Wood
cbea06026a
Make check obey --ignore-size - fixes #1643
2017-09-01 11:20:41 +01:00
Nick Craig-Wood
8207af9460
b2: Fix SHA1 mismatch when downloading files with no SHA1 #678
...
Some large files (depending on which version of rclone they were
uploaded with and where they were uploaded from) don't have an SHA1,
so we can't check it in that case.
2017-08-31 21:39:41 +01:00
Nick Craig-Wood
921fcc0723
Add Josiah White to contributors
2017-08-31 21:39:41 +01:00
Josiah White
445fc55772
Ignore return from patch request on failure.
2017-08-31 21:39:00 +01:00
Nick Craig-Wood
09fbbdbb04
Add Daniel Jagszent to contributors
2017-08-31 16:46:44 +01:00
Daniel Jagszent
4b0e983323
Local: Make documentation consistent with code
...
Change flag `--no-local-unicode-normalization` to `--local-no-unicode-normalization` since that's the way the flag is called in the source code.
Fixes #1633
2017-08-31 16:46:14 +01:00
wuyu
ee9f987234
qingstor: Support hash md5 for upload object
...
* Using single object to uploaded when files less than or equal to 67108864 bytes
* Using multi-part object to uploaded when files large than 67108864 bytes, and
calculate MD5SUMS in the upload process
* For Mkdir and Rmdir, Add block to wait qingstor service sync status to
handling extreme cases that try to create a just deleted bucket or delete
a just created bucket etc
2017-08-31 16:41:08 +01:00
Nick Craig-Wood
f407e3da55
Add bpicode to contributors
2017-08-31 16:35:35 +01:00
bpicode
f1f7e0e6f9
support for zsh auto-completion - #983
2017-08-31 16:21:28 +01:00
bpicode
7e93567b18
vendor: update version of github.com/spf13/cobra for zsh support
2017-08-31 16:21:28 +01:00
Nick Craig-Wood
2c8d6e86cc
fs: fix gofmt
2017-08-31 16:01:19 +01:00
cbruegg
bb6300b032
Fix bwlimit toggle in conjunction with schedules ( Fixes #1607 )
2017-08-31 15:33:29 +01:00
Nick Craig-Wood
e96c5b5f39
hubic: don't check the container exists before creating it
...
This fixes being able to create containers for Hubic.
2017-08-30 15:54:49 +01:00
Nick Craig-Wood
672c410235
Update to using go1.9 as the default go version
...
Get rid of Makefile spaghetti for avoiding vendor directory where
possible in make check.
2017-08-29 16:39:56 +01:00
Nick Craig-Wood
459cf64403
qingstor: fix errors in debug parameters noticed by go1.9 go vet
2017-08-29 14:19:14 +01:00
Stefan Breunig
0158ab6926
info: add check to stream files with unknown size
2017-08-22 08:00:10 +02:00
Stefan Breunig
4e189fe6e7
fstests: only test uploadswith indeterminate size on remotes that support it
2017-08-22 07:19:43 +02:00
Stefan Breunig
b78ecb1568
docs: add optional feature "streaming uploads" to overview table
2017-08-19 14:35:17 +02:00
Stefan Breunig
a122b9fa7a
yandex: implement streaming uploads (see #1614 )
2017-08-19 14:07:23 +02:00
Stefan Breunig
323daae63e
http: immediately fail streaming uploads instead of spooling them first (see #1614 )
2017-08-19 12:42:31 +02:00
Stefan Breunig
e754f50778
box: implement streaming uploads (see #1614 )
2017-08-19 12:32:56 +02:00