Skip to content

Instantly share code, notes, and snippets.

@rjdudley
Last active May 6, 2021 01:40
Show Gist options
  • Save rjdudley/655e0fdf0dc095198e7424629e5d70f6 to your computer and use it in GitHub Desktop.
Save rjdudley/655e0fdf0dc095198e7424629e5d70f6 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Deny",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:ListBucketMultipartUploads",
"s3:ListBucketVersions",
"s3:ListBucket",
"s3:DeleteObject",
"s3:ListMultipartUploadParts"
],
"Resource": [
"arn:aws:s3:::*/*",
"arn:aws:s3:::cur-8675309"
]
},
{
"Sid": "VisualEditor1",
"Effect": "Deny",
"Action": [
"s3:ListStorageLensConfigurations",
"s3:ListJobs"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment