Merge pull request 'doc: fix typo in connect/backup.md' (#749) from Armael/garage:doc-typo into main
ci/woodpecker/push/debug Pipeline was successful Details

Reviewed-on: #749
This commit is contained in:
Alex 2024-03-03 13:51:38 +00:00
commit c4de471de1
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ Create your key and bucket:
```bash
garage key create my-key
garage bucket create backup
garage bucket allow backup --read --write --key my-key
garage bucket create backups
garage bucket allow backups --read --write --key my-key
```
Then register your Key ID and Secret key in your environment: