Add advice about --fast-list
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Alex 2022-01-31 16:51:39 +01:00
parent 26849ed066
commit 2760f1cb17
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 5 additions and 0 deletions

View File

@ -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: