S3 Service

S3 Policy

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::domain.co.uk",
"arn:aws:s3:::domain.co.uk/*"
]
},
{
"Effect": "Deny",
"NotAction": "s3:*",
"NotResource": [
"arn:aws:s3:::domain.co.uk",
"arn:aws:s3:::domain.co.uk/*"
]
}
]
}

After attach to the user

Was this article helpful?

Related Articles

Leave A Comment?