IAM
-
Hi,
I’m trying to make by backups stored into AWS s3 bucket.
I’ve created an AWS user dedicated for the task.
In the WP AllinOne plugin-age, the Authentication using Access Key and Secret Key is OK, but the “Amazon S3 Backups” parts failed with following message : “Please check your bucket policy. Access Denied.”
The user has following IAM security :
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Sid”: “VisualEditor0”,
“Effect”: “Allow”,
“Action”: “s3:ListBucket”,
“Resource”: “arn:aws:s3:::MYBUCKET”
},
{
“Sid”: “VisualEditor1”,
“Effect”: “Allow”,
“Action”: “s3:*Object”,
“Resource”: “arn:aws:s3::: MYBUCKET/*”
}
]
}When I use the same authentication info, I succed in listing my bucket, adding and removing fils from buckets.
Does “All In One plugin” needs more privileges ?
Thanks for your response !
D
The topic ‘IAM’ is closed to new replies.