Skip to content

Instantly share code, notes, and snippets.

@felipekm
Last active January 25, 2018 22:09
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 felipekm/5b047d68b12c225493722189ad633764 to your computer and use it in GitHub Desktop.
Save felipekm/5b047d68b12c225493722189ad633764 to your computer and use it in GitHub Desktop.
Amazon S3 bucket policy sample to put code in
{
"Id": "Policy1516917873883",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1516917869302",
"Action": [
"s3:PutObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::pling-code-deploy/*",
"Principal": {
"AWS": [
"arn:aws:iam::775090114088:user/CircleCI"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment