Fix iam file for Minio

This commit is contained in:
Kumi 2020-04-08 16:48:03 +02:00
parent eced2fa7ed
commit cd425e9fa2

View file

@ -1,16 +1,14 @@
{ {
"Version": "2012-10-17", "Version": "2020-04-08",
"Statement": [ "Statement": [
{ {
"Sid": "VisualEditor0", "Sid": "VisualEditor0",
"Effect": "Allow", "Effect": "Allow",
"Action": [ "Action": [
"s3:PutObject", "s3:PutObject",
"s3:GetObjectAcl",
"s3:GetObject", "s3:GetObject",
"s3:ListBucket", "s3:ListBucket",
"s3:DeleteObject", "s3:DeleteObject"
"s3:PutObjectAcl"
], ],
"Resource": [ "Resource": [
"arn:aws:s3:::example-bucket-name/*", "arn:aws:s3:::example-bucket-name/*",