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": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObjectAcl",
"s3:GetObject",
"s3:ListBucket",
"s3:DeleteObject",
"s3:PutObjectAcl"
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::example-bucket-name/*",