setup minio automation #229

Merged
mg merged 114 commits from minio_automation into master 2024-11-09 22:00:58 +01:00
Showing only changes of commit 0cc42937bc - Show all commits

View file

@ -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 }}"
]
}
]