add admin key to new buckets
This commit is contained in:
parent
4e5ec2b809
commit
cb91ce468f
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ set -x
|
|||
garage bucket create $bucketname
|
||||
garage key new --name $bucketname
|
||||
garage bucket allow --read --write --owner $bucketname --key $bucketname
|
||||
garage bucket allow --read --write --owner $bucketname --key superadmin
|
||||
garage bucket website --allow $bucketname
|
||||
|
|
Loading…
Reference in a new issue