Skip to content

Instantly share code, notes, and snippets.

@kian
Created December 16, 2016 19:35
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 kian/734eb9196761d2014a84b15582df02c5 to your computer and use it in GitHub Desktop.
Save kian/734eb9196761d2014a84b15582df02c5 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PapertrailLogArchive",
"Effect": "Allow",
"Principal": {
"AWS": ["arn:aws:iam::719734659904:root"]
},
"Action": [
"s3:Put*",
"s3:List*"
],
"Resource": [
"arn:aws:s3:::thunderlogs",
"arn:aws:s3:::thunderlogs/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment