Follow the steps below to set up user permissions to view the S3 bucket that reports are exported to.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::reports.wicketlabs.com/*"
]
},
{
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::reports.wicketlabs.com"
}
]
}