Skip to content

Bucket Website Support

jeniawhite edited this page May 30, 2020 · 14 revisions

Bucket Website Supported Operations

Delete Bucket Policy

Fully supported

Delete Bucket Website

Fully supported

Get Bucket Policy

Fully supported

Get Bucket Website

Fully supported

Put Bucket Policy

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/*"]
     }]
}

Put Bucket Website

Fully supported configuration. Routing Rules partial validation logic and handling (not implemented) gap.

Clone this wiki locally