Skip to content

Instantly share code, notes, and snippets.

@LambergaR
Created August 14, 2015 12:27
Show Gist options
  • Save LambergaR/2d9fad79cb0a71ed5387 to your computer and use it in GitHub Desktop.
Save LambergaR/2d9fad79cb0a71ed5387 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Id": "Policy1438341849716",
"Statement": [
{
"Sid": "Stmt1438341827227",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::399321553642:user/maven-user"
},
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::maven-repo"
},
{
"Sid": "Stmt1438341827227",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::399321553642:user/maven-user"
},
"Action": [
"s3:GetObject",
"s3:PutObject"
],
"Resource": "arn:aws:s3:::maven-repo/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment