serverless-s3-block-public-access
v1.0.2
Published
Disallows creation of objects in the deployment bucket which can have public access.
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-accessAdd to serverless.yml:
plugins:
- serverless-s3-block-public-accessDeploy normally.
