setup minio automation #229
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
"s3:ListBucketMultipartUploads"
|
||||
],
|
||||
"Resource": [
|
||||
"arn:aws:s3:::testbucket3"
|
||||
"arn:aws:s3:::{{ item.bucket }}"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -32,7 +32,7 @@
|
|||
"s3:PutObject"
|
||||
],
|
||||
"Resource": [
|
||||
"arn:aws:s3:::testbucket3/*"
|
||||
"arn:aws:s3:::{{ item.bucket }}"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue