Configure Report Storage
Report Storage Options
AWS S3 Bucket
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:GetObjectVersionTagging",
"s3:GetObjectAttributes",
"s3:GetObjectTagging",
"s3:GetObjectVersion"
],
"Resource": "arn:aws:s3:::BUCKET_NAME/*"
}
]
}Google Cloud Storage Bucket
See Also
Last updated
Was this helpful?

