Skip to content

Instantly share code, notes, and snippets.

@devhops
Created November 23, 2021 15:08
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 devhops/ba8966c9b2c8c6fa3403a225fe6c946b to your computer and use it in GitHub Desktop.
Save devhops/ba8966c9b2c8c6fa3403a225fe6c946b to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObjectAcl",
"s3:GetObject",
"s3:ListBucket",
"s3:DeleteObject",
"s3:GetBucketVersioning"
],
"Resource": [
"arn:aws:s3:::test-bucket-1/*",
"arn:aws:s3:::test-bucket-2/*",
"arn:aws:s3:::test-bucket-1",
"arn:aws:s3:::test-bucket-2"
]
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": [
"arn:aws:s3:::test-bucket-1/*",
"arn:aws:s3:::test-bucket-2/*",
"arn:aws:s3:::test-bucket-1",
"arn:aws:s3:::test-bucket-2"
]
},
{
"Sid": "VisualEditor2",
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": [
"arn:aws:s3:::test-bucket-1/*",
"arn:aws:s3:::test-bucket-2/*",
"arn:aws:s3:::test-bucket-1",
"arn:aws:s3:::test-bucket-2"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment