Skip to content

Instantly share code, notes, and snippets.

@grappler
Created January 27, 2014 23:19
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 grappler/8659411 to your computer and use it in GitHub Desktop.
Save grappler/8659411 to your computer and use it in GitHub Desktop.
{
"Version": "2008-10-17",
"Id": "Policy1390863004147",
"Statement": [
{
"Sid": "Stmt1390862961939",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::grapplerulrich-standard/*"
},
{
"Sid": "Stmt1390863001515",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::080543065666:user/grapplerulrich"
},
"Action": [
"s3:DeleteObject",
"s3:PutObject"
],
"Resource": "arn:aws:s3:::grapplerulrich-standard/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment