diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-31 16:51:39 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-31 16:51:39 +0100 |
commit | 2760f1cb17469b2fe625ee552a7a6074fa371eda (patch) | |
tree | 93f9ce31f99449512befd52fad92dc0db13e8e73 /doc/book/src/connect/cli.md | |
parent | 26849ed0665cc49a99c98ed084971a7db7201bae (diff) | |
download | garage-2760f1cb17469b2fe625ee552a7a6074fa371eda.tar.gz garage-2760f1cb17469b2fe625ee552a7a6074fa371eda.zip |
Add advice about --fast-list
Diffstat (limited to 'doc/book/src/connect/cli.md')
-rw-r--r-- | doc/book/src/connect/cli.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/book/src/connect/cli.md b/doc/book/src/connect/cli.md index c78ed305..f7e0b22f 100644 --- a/doc/book/src/connect/cli.md +++ b/doc/book/src/connect/cli.md @@ -129,6 +129,11 @@ rclone copy garage:quentin.divers/hello.txt . rclone help ``` +**Advice with rclone:** use the `--fast-list` option when accessing buckets with large amounts of objects. +This will tremendously accelerate operations such as `rclone sync` or `rclone ncdu` by reducing the number +of ListObjects calls that are made. + + ## `s3cmd` Here is a template for the `s3cmd.cfg` file to talk with Garage: |