Sample policy
- The example below is a default available policy on all new accounts
- AmazonS3ReadOnlyAccess - Allows "read" actions on S3 resources
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:Get*",
"s3:List*"
],
"Resource": "*"
}
]
}
4 / 25