diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-21 14:28:08 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-21 14:28:08 +0200 |
commit | 57bdda2c1297183b745fc4e367707e05f017caec (patch) | |
tree | a60dc603f3de5fe909ef9d19e0b19b1abe993ee4 | |
parent | 522177c6ce06817339c88395d4d74005673129be (diff) | |
download | site-57bdda2c1297183b745fc4e367707e05f017caec.tar.gz site-57bdda2c1297183b745fc4e367707e05f017caec.zip |
Fix typo
-rw-r--r-- | src/Technique/Développement/Garage.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Technique/Développement/Garage.md b/src/Technique/Développement/Garage.md index 4de5bd4..de30943 100644 --- a/src/Technique/Développement/Garage.md +++ b/src/Technique/Développement/Garage.md @@ -74,11 +74,12 @@ grg bucket info nextcloud-bucket ``` Now, let's move to the S3 API! -We will `s3cmd`. +We will use the `s3cmd` CLI tool. You can install it via your favorite package manager. Otherwise, check [their website](https://s3tools.org/s3cmd) We will configure `s3cmd` with its interactive configuration tool, be careful not all endpoints are implemented! +Especially, the test run at the end does not work (yet). ``` $ s3cmd --configure |