serverless-s3-block-public-access
v1.0.2
Published
Disallows creation of objects in the deployment bucket which can have public access.
Downloads
1,634
Readme
Block S3 public access to bucket
Disallows creation of objects in the deployment bucket which can have public access.
Usage
Install module
npm install -D serverless-s3-block-public-access
Add to serverless.yml:
plugins:
- serverless-s3-block-public-access
Deploy normally.