My users get the message
You don't have permissions to use the Amazon S3 Console
I don't understand why. The users belong to a group that has this policy I made with the help of the Policy Generator
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1449507915000",
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::fouraxis"
]
}
]
}
In the Policy Generator
I selected the following:
Effect: Allow
AWS Service: Amazon S3
Amazon Resource Name (ARN): "arn:aws:s3:::fouraxis"
The bucket name is fouraxis
Clearly, I'm missing something.