shevchenkos / DynamoDbBackUp

46 stars 23 forks source link

Make S3 bucket private by default #55

Open forevermatt opened 6 years ago

forevermatt commented 6 years ago

The command for deploying an S3 bucket... gulp deploy-s3-bucket --s3bucket <bucket> --s3region <region> ... seems to create a bucket that is initially public.

Could we make the bucket private by default? It's possible that something about my setup is causing this. If so that would be good to know.

forevermatt commented 5 years ago

It turns out that, while the bucket is initially public, the contents are private (and encrypted), so the actual risk is minimal. However, it would still be nice for the bucket to also be private.