pulumi / pulumi-aws-static-website

Apache License 2.0
11 stars 5 forks source link

Add resource for enabling public acls on a bucket #27

Closed zchase closed 1 year ago

zchase commented 1 year ago

This PR adds a resource for enabling public ACLs on buckets. I've esentially implemented what @cnunciato wrote here: https://github.com/pulumi/pulumi-hugo/issues/2720

Tested locally and was ablet to access the bucket website in the browser.