Rafael Mosca
Results
2
comments of
Rafael Mosca
Trying to write a very basic construct that deploys a simple website on S3, haven't managed to make it work even with some explicit setting of object ownership and access...
I managed to make it work by going to the [Amazon S3 Settings](https://s3.console.aws.amazon.com/s3/settings?region=eu-west-1) page and disabling the account level public access block. main.ts ```ts #!/usr/bin/env node import 'source-map-support/register'; import *...