Hi, hmm… So the bucket is created but you still get the message? Do you get it all the time or just saw it 1 time? Can you paste IAM policy which you are using?
Cheers,
Thread Starter
husk3r
(@husk3r)
SUre, i followed these instructions :
https://aws.amazon.com/getting-started/tutorials/add-voice-to-wordpress-polly/
and the only pollcy I used is :
{
“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*”
}
]
}
I only used the policy where the instructions said, do I have to use it in other section?
Hi,
There is a mistake in this policy (and on that link) – sorry for that. Can you use the policy which is provided here: https://ww.wp.xz.cn/plugins/amazon-polly/ (in point number 5, around middle of the page).
Cheers,
Thread Starter
husk3r
(@husk3r)
Thank you, I changed the policy and now the option is activated.
Thanks for your help.
-
This reply was modified 7 years, 8 months ago by
husk3r.
Great! Closing the topic 🙂