forked from Deuxfleurs/site
Fix typo
This commit is contained in:
parent
522177c6ce
commit
57bdda2c12
1 changed files with 2 additions and 1 deletions
|
@ -74,11 +74,12 @@ grg bucket info nextcloud-bucket
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, let's move to the S3 API!
|
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.
|
You can install it via your favorite package manager.
|
||||||
Otherwise, check [their website](https://s3tools.org/s3cmd)
|
Otherwise, check [their website](https://s3tools.org/s3cmd)
|
||||||
|
|
||||||
We will configure `s3cmd` with its interactive configuration tool, be careful not all endpoints are implemented!
|
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
|
$ s3cmd --configure
|
||||||
|
|
Loading…
Reference in a new issue