From 57bdda2c1297183b745fc4e367707e05f017caec Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 21 Oct 2020 14:28:08 +0200 Subject: Fix typo --- "src/Technique/D\303\251veloppement/Garage.md" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/src/Technique/D\303\251veloppement/Garage.md" "b/src/Technique/D\303\251veloppement/Garage.md" index 4de5bd4..de30943 100644 --- "a/src/Technique/D\303\251veloppement/Garage.md" +++ "b/src/Technique/D\303\251veloppement/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 -- cgit v1.2.3