1
mirror of https://github.com/rclone/rclone synced 2024-11-02 23:09:23 +01:00
rclone/fs/operations
Nick Craig-Wood bfd9f32188 lsjson: add --no-mimetype flag, speed up lsf
Before this changed we unconditionally fetched the MimeType. On Some
backends like s3 and swift this takes an extra transaction which meant
that `lsf` on those backends was needlessly slow.

This adds an internal option so `lsf` can declare whether it wants
MimeTypes or not depending on whether the user asked for them and an
external flag `--no-mimetype` for `lsjson`.

See: https://forum.rclone.org/t/reliably-setup-incremental-updates/14006/8
2020-01-26 16:38:00 +00:00
..
dedupe_test.go dedupe: implement keep smallest too 2020-01-17 13:08:37 +00:00
dedupe.go dedupe: implement keep smallest too 2020-01-17 13:08:37 +00:00
listdirsorted_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
lsjson.go lsjson: add --no-mimetype flag, speed up lsf 2020-01-26 16:38:00 +00:00
multithread_test.go fstest: let backends advertise maximum file size 2019-09-24 12:45:12 +01:00
multithread.go operations: disable multi thread copy for local to local copies #3419 2019-08-14 15:07:38 +01:00
operations_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
operations_test.go hashsum: Add flag --base64 flag - fixes #3663 2020-01-20 17:29:58 +00:00
operations.go hashsum: Add flag --base64 flag - fixes #3663 2020-01-20 17:29:58 +00:00
rc_test.go copyurl: add --auto-filename flag for using file name from url in destination path (#3451) 2019-09-03 17:25:19 +01:00
rc.go copyurl: add --auto-filename flag for using file name from url in destination path (#3451) 2019-09-03 17:25:19 +01:00
reopen_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
reopen.go operations: make reopen code error on NoLowLevelRetry errors - fixes #3777 2019-12-06 10:54:03 +00:00
xtra_operations_test.go tests: bring memory hungry tests close to end 2019-09-24 12:45:12 +01:00