Skip to content

Instantly share code, notes, and snippets.

@vancluever
Last active May 30, 2016 06:07
Show Gist options
  • Save vancluever/526e9c1d8153436e58244847b8fb20f1 to your computer and use it in GitHub Desktop.
Save vancluever/526e9c1d8153436e58244847b8fb20f1 to your computer and use it in GitHub Desktop.
AWS generated: "{\"Statement\":[{\"Action\":[\"s3:PutObject\",\"s3:GetObject\",\"s3:DeleteObject\"],\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"arn:aws:iam::123456789012:role/FooAdmins\"},\"Resource\":\"arn:aws:s3:::s3.lab.vcts.local/*\",\"Sid\":\"\"},{\"Action\":\"s3:ListBucket\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"arn:aws:iam::123456789012:role/FooAdmins\"},\"Resource\":\"arn:aws:s3:::s3.lab.vcts.local\",\"Sid\":\"\"}],\"Version\":\"2012-10-17\"}"
Data source generated: "{\"Statement\":[{\"Action\":[\"s3:GetObject\",\"s3:DeleteObject\",\"s3:PutObject\"],\"Effect\":\"Allow\",\"Principal\":{\"AWS\":[\"arn:aws:iam::123456789012:role/FooAdmins\"]},\"Resource\":[\"arn:aws:s3:::s3.lab.vcts.local/*\"]},{\"Action\":[\"s3:ListBucket\"],\"Effect\":\"Allow\",\"Principal\":{\"AWS\":[\"arn:aws:iam::123456789012:role/FooAdmins\"]},\"Resource\":[\"arn:aws:s3:::s3.lab.vcts.local\"]}],\"Version\":\"2012-10-17\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment