rclone/cmd
Brandon McNama 19ff7c9302 cache: Fix Server Side Copy with Temp Upload
When wrapping a backend that supports Server Side Copy (e.g. `b2`, `s3`)
and configuring the `tmp_upload_path` option, the `cache` backend would
erroneously report that Server Side Copy/Move was not supported, causing
operations such as file moves to fail. This change fixes this issue
under these circumstances such that Server Side Copy will now be used
when the wrapped backend supports it.

Fixes #3206
2020-05-19 12:17:40 +01:00
..
about cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
all backend: add new backend command for backend specific commands 2020-04-29 10:10:57 +01:00
authorize config: do not open browser on headless if google fs 2019-10-30 14:12:42 +00:00
backend cache: Fix Server Side Copy with Temp Upload 2020-05-19 12:17:40 +01:00
cachestats cachestats: deprecate in favour of rclone backend stats cache: 2020-04-29 10:10:57 +01:00
cat docs: restore lost spelling fixes 2020-02-10 15:29:39 +00:00
check cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
cleanup cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
cmount rc: add mount/mount command 2020-05-14 16:38:37 +00:00
config config: make config show take "remote:" as well as "remote" 2020-05-18 19:53:13 +01:00
copy copy: fix typo 2020-04-15 17:08:44 +01:00
copyto cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
copyurl copyurl: add no-clobber flag - fixes #3950 2020-04-19 12:40:17 +01:00
cryptcheck cryptcheck: remove duplicated debug OK message 2020-04-22 11:33:48 +01:00
cryptdecode crypt: get rid of the unused Cipher interface as it obfuscated the code 2020-04-22 11:33:48 +01:00
dbhashsum dbhashsum: hide the command now it is deprecated 2020-04-29 10:12:12 +01:00
dedupe dedupe: add missing modes to help string 2020-01-19 11:09:45 +00:00
delete delete: added --rmdirs flag to delete directories as well - fixes #4055 2020-04-29 12:15:30 +01:00
deletefile cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
genautocomplete genautocomplete: add support for fish shell 2020-04-29 16:19:35 +01:00
gendocs gendocs: add autogenerated header to all docs 2020-02-10 15:29:39 +00:00
hashsum doc: fix typos throughout docs 2020-05-19 12:02:44 +01:00
info cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
link cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
listremotes cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
ls cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
lsd cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
lsf lsjson: Add --hash-type parameter and use it in lsf to speed up hashing 2020-04-29 16:09:45 +01:00
lsjson lsjson: Add --hash-type parameter and use it in lsf to speed up hashing 2020-04-29 16:09:45 +01:00
lsl cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
md5sum cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
memtest cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
mkdir cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
mount rc: add mount/mount command 2020-05-14 16:38:37 +00:00
mount2 rc: add mount/mount command 2020-05-14 16:38:37 +00:00
mountlib mountlib: add tests for rc mount/mount and friends 2020-05-14 16:38:37 +00:00
move doc: fix typos throughout docs 2020-05-19 12:02:44 +01:00
moveto cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
ncdu cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
obscure cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
purge cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
rc rc: add -o/--opt and -a/--arg for more structured input 2020-04-29 09:42:31 +01:00
rcat cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
rcd rcd: move webgui apart; option to disable browser 2020-01-20 12:27:55 +00:00
reveal cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
rmdir cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
rmdirs build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
serve doc: fix typos throughout docs 2020-05-19 12:02:44 +01:00
settier cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
sha1sum cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
size cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
sync cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
touch touch: add --localtime flag to make --timestamp localtime not UTC 2020-03-23 17:12:56 +00:00
tree cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
version cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
cmd.go cmd: add --error-on-no-transfer option 2020-04-15 17:06:40 +01:00
help.go log: factor flags into logflags package - fixes #3792 2020-01-09 13:25:37 +00:00
progress.go lib/terminal: factor from cmd/progress, swap Azure/go-ansiterm for mattn/go-colorable 2019-10-08 19:59:47 +01:00
siginfo_darwin.go cmd: fix up stats printing on macOS after accounting change 2019-07-28 20:38:20 +01:00
siginfo_others.go cmd: add siginfo handler 2018-06-02 17:35:13 +01:00