Hi,
Are you 100% sure that the credentials are ok? What is IAM policy which you assigned to the user?
Cheers,
They seem to be, I followed the instructions twice. It’s showing as active
This is what I get from access advisor.
Amazon Polly PollyForWordPressPolicy Today
Amazon S3 PollyForWordPressPolicy Not accessed in the tracking period
Amazon Translate PollyForWordPressPolicy Not accessed in the tracking period
Is there any way to test what may be wrong?
hi,
Could you paste here the PollyForWordPressPolicy policy?
Cheers,
Tomasz
I’m not sure how to paste the policy
In the visual editot I am getting 3 warnings
Resources
You chose actions that require the bucket resource type.
You chose actions that require the object resource type.
One or more actions may not support this resource.
arn:aws:s3:::audio_for_wordpress*
arn:aws:s3:::audio-for-wordpress*
heres the json
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Sid”: “Permissions1”,
“Effect”: “Allow”,
“Action”: [
“s3:HeadBucket”,
“polly:SynthesizeSpeech”,
“polly:DescribeVoices”,
“translate:TranslateText”
],
“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*”,
“arn:aws:s3:::audio-for-wordpress*”
]
}
]
}
Hi @nuasoft,
Sorry for late answer. It will be hard to say what exactly might be the problem here. IAM Policy looks good, so there is something wrong on the server side. I would guess that the problem is with the browser on which you are configuring the plugin. In short the browser might not paste the proper IAM credentials to the plugin form – which are then saved.