aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-31 16:51:39 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-31 16:51:39 +0100
commit2760f1cb17469b2fe625ee552a7a6074fa371eda (patch)
tree93f9ce31f99449512befd52fad92dc0db13e8e73
parent26849ed0665cc49a99c98ed084971a7db7201bae (diff)
downloadgarage-2760f1cb17469b2fe625ee552a7a6074fa371eda.tar.gz
garage-2760f1cb17469b2fe625ee552a7a6074fa371eda.zip
Add advice about --fast-list
-rw-r--r--doc/book/src/connect/cli.md5
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: