Releases: mineiros-io/terraform-aws-s3-bucket
Releases · mineiros-io/terraform-aws-s3-bucket
v0.1.3
Changelog
- Allow log delivery from ELBs in different regions
v0.1.2
Changelog
- Add ELB log delivery option to the module
v0.1.1
Changelog
- Add the option to grant read-only access to existing Cloudfront Origin Access Identities via
origin_access_identities
v0.1.0
First stable release.
Changelog
- Add support for Origin Aceess Identity Access from Cloudfront
v0.0.3
- Update minimum Terraform version to 0.12.20 so we can take advantage of
try
andcan
- Update README.md with and align it with our new format
v0.0.2
- SemaphoreCI Integration that will run build, pre-commit checks and unit tests
- Add an example and a simple test case
- Further elaboration in README.md
v0.0.1
Initial version
Security Features
- Bucket public access blocking all set to
true
by default - Server-Side-Encryption (SSE) at rest
enabled
by default (AES256) - Bucket ACL defaults to canned
private
ACL
Standard S3 Features
- Server-Side-Encryption (SSE) enabled by default
- Versioning
- Bucket Logging
- Lifecycle Rules
- Request Payer
- Cross-Origin Resource Sharing (CORS)
- Acceleration Status
- Bucket Policy
- Tags
Extended S3 Features
- Bucket Public Access Blocking defaulting to
true
Additional Features
- Cross-Account access policy with forced
bucket-owner-full-control
ACL for direct access