From 2760f1cb17469b2fe625ee552a7a6074fa371eda Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 31 Jan 2022 16:51:39 +0100 Subject: [PATCH] Add advice about --fast-list --- doc/book/src/connect/cli.md | 5 +++++ 1 file changed, 5 insertions(+) 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: