2.2.0 • Published 2 years ago

serverless-s3-security-helper v2.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Usage

...

plugins:
  - serverless-s3-security-helper

...

Background

This plugin set settings on all S3 buckets. These are settings that are commonly required for security compliance. It handles severless deployment buckets as well as buckets created by a service.

Currently, the plugin:

  • enables versioning for objects
  • blocks all public access on the bucket, by default

This plugin has two hooks:

  • package:createDeploymentArtifacts: This hook sets versioning on the sls deployment bucket.
  • package:compileEvents: This hook sets versioning on all other buckets.

License

License: MIT

See LICENSE for full details.

Contributors

Mike DialMike Dial
2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago