Skip to content

Instantly share code, notes, and snippets.

@codename065
Created December 2, 2020 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codename065/5234b105fe9960e42a7b979a121c0271 to your computer and use it in GitHub Desktop.
Save codename065/5234b105fe9960e42a7b979a121c0271 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:ListAllMyBuckets",
"s3:GetBucketLocation"
],
"Resource": "*"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:*:814345430062:accesspoint/*",
"arn:aws:s3:::wpdmcdn/*",
"arn:aws:s3:*:814345430062:storage-lens/*",
"arn:aws:s3:::wpdmcdn",
"arn:aws:s3:*:814345430062:job/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment