Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

huksley/serverless-s3-block-public-access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Block S3 public access to bucket

Disallows creation of objects in the deployment bucket which can have public access.

NOTE: Deprecated, see neverendingqs/serverless-default-aws-resource-properties#17 (comment)

Usage

Install module

npm install -D serverless-s3-block-public-access

Add to serverless.yml:

plugins:
  - serverless-s3-block-public-access

Deploy normally.

About

Disallows creation of objects in the deployment bucket which can have public access.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published