Skip to content

Instantly share code, notes, and snippets.

@koenbok
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save koenbok/2378bdcdf82a88faa6e9 to your computer and use it in GitHub Desktop.

Select an option

Save koenbok/2378bdcdf82a88faa6e9 to your computer and use it in GitHub Desktop.
AWS Cactus User Policy
{
"Statement": [
{
"Effect": "Allow",
"Action": "s3:ListAllMyBuckets",
"Resource": "arn:aws:s3:::*"
},
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::framerjs.com",
"arn:aws:s3:::framerjs.com/*",
"arn:aws:s3:::examples.framerjs.com",
"arn:aws:s3:::examples.framerjs.com/*",
"arn:aws:s3:::cactusformac.com",
"arn:aws:s3:::cactusformac.com/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment