AWS IAM User Policy for S3Auth
{ "Statement": [ | |
{ "Effect": "Allow", | |
"Action": ["s3:GetObject", "s3:GetBucketWebsite"], | |
"Resource": [ "arn:aws:s3:::goliath.example.com/*" ] | |
} | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment