Skip to content

Instantly share code, notes, and snippets.

@GitPatrickHarris
Created April 2, 2018 20:51
Show Gist options
  • Save GitPatrickHarris/0e53577dedfe945ad5198b8ea697da4c to your computer and use it in GitHub Desktop.
Save GitPatrickHarris/0e53577dedfe945ad5198b8ea697da4c to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Permissions1",
"Effect": "Allow",
"Action": [
"polly:SynthesizeSpeech",
"s3:HeadBucket",
"polly:DescribeVoices"
],
"Resource": "*"
},
{
"Sid": "Permissions2",
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketAcl",
"s3:GetBucketPolicy",
"s3:PutObject",
"s3:DeleteObject",
"s3:CreateBucket",
"s3:PutObjectAcl"
],
"Resource": "arn:aws:s3:::audio_for_wordpress*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment