-
Notifications
You must be signed in to change notification settings - Fork 80
Bucket Website Support
jeniawhite edited this page May 30, 2020
·
14 revisions
Fully supported
Fully supported
Fully supported
Fully supported
For website buckets configuration should be of structure:
{
"Version": "2012-10-17",
"Statement": [{
"Sid": "PublicReadForGetBucketObjects",
"Effect": "Allow",
"Principal": "*",
"Action": ["s3:GetObject"],
"Resource": ["arn:aws:s3:::example-bucket/*"]
}]
}
Fully supported configuration. Routing Rules partial validation logic and handling (not implemented) gap.