github.com/minio/console@v1.4.1/web-app/tests/policies/inspect-not-allowed.json (about) 1 { 2 "Version": "2012-10-17", 3 "Statement": [ 4 { 5 "Action": ["admin:*"], 6 "Effect": "Deny", 7 "Sid": "Deny_Admin_Actions" 8 }, 9 { 10 "Action": ["s3:*"], 11 "Effect": "Allow", 12 "Resource": ["arn:aws:s3:::*"], 13 "Sid": "Allow_S3_Actions" 14 } 15 ] 16 }