Compare commits
No commits in common. "c4de471de1c50d77b44a4de603d34b9dbc0baed7" and "95ab36aae71e5b258604d50ee291e712e1b68de1" have entirely different histories.
c4de471de1
...
95ab36aae7
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ Create your key and bucket:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
garage key create my-key
|
garage key create my-key
|
||||||
garage bucket create backups
|
garage bucket create backup
|
||||||
garage bucket allow backups --read --write --key my-key
|
garage bucket allow backup --read --write --key my-key
|
||||||
```
|
```
|
||||||
|
|
||||||
Then register your Key ID and Secret key in your environment:
|
Then register your Key ID and Secret key in your environment:
|
||||||
|
|
Loading…
Reference in a new issue