github.com/minio/console@v1.4.1/web-app/tests/policies/fix-prefix-policy-ui-crash.json (about) 1 { 2 "Version": "2012-10-17", 3 "Statement": [ 4 { 5 "Effect": "Deny", 6 "Action": ["admin:*"] 7 }, 8 { 9 "Effect": "Allow", 10 "Action": ["s3:GetBucketLocation", "s3:ListBucket"], 11 "Resource": ["arn:aws:s3:::*testcafe/*"] 12 }, 13 { 14 "Effect": "Allow", 15 "Action": ["s3:GetObject", "s3:ListBucket"], 16 "Resource": ["arn:aws:s3:::*testcafe/write/*"] 17 } 18 ] 19 }