IAM User Permissions policies requirements for AWS S3 bucket creation

Hi Guys,

When trying to create S3 buckets via the virtualmin admin it’s throwing up all sorts of errors. Currently the user has the following permissions policies:

{
“Version”: “2012-10-17”,
“Statement”: [
{
“Effect”: “Allow”,
“Action”: “s3:",
“Resource”: "

}
]
}

Any ideas what else is required to enable this. Backups run fine, it’s just the bucket creation that’s having issues.

The most recent error is: Failed to save bucket : Failed to save bucket ACL : The e-mail address you provided does not match any account on record.

Thanks

Infact, Virtualmin appears to have created some of the buckets. But their ACL is set to “Objects can be public”.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.