Releases: rackspace-infrastructure-automation/aws-terraform-s3
Releases · rackspace-infrastructure-automation/aws-terraform-s3
v0.12.18
v0.12.17
Update defaults to match AWS Default to ACL's disabled and object ownership set to BucketOwnerEnforced
v0.12.16
Merge pull request #33 from rackspace-infrastructure-automation/maint…
v0.12.15
Updated AWS Provider
v0.12.14
Updates to be in line with new S3 ACLs
v0.12.13
Merge pull request #31 from rackspace-infrastructure-automation/featu…
v0.12.12
So there is a major bug when you move to the new modules in the 3.0 provider. Essentially Server Side Encryption and Lifecycle conflict with each other. This is resolved in provider 4.0. I have bumped this module to the 4.0 AWS provider. As we have a need for both lifecycles and encryption at the same time without deprecations.
- Updated readme
- Added missing object lock var from main bucket function
- Added support for intelligent tiering
- Added a test for intelligent tiering
- Added support for S3 metrics
v0.12.11
- Object lock uses new resource
- Website now supports full complex configuration
- Website now supports routing rules and scales to up to 100 rules
- Added full website test
- Lifecycle updated to support multiple complex rules
- Lifecycle now supports intelligent tiering
- Lifecycle now supports metric configuration
- Lifecycle now supports multiple transition rules
v0.12.10
- Fixed provider
- Logging now uses new resource
- MPU cleanup days set to var and defaulted to 7
- SSE now uses new resource
- SSE now supports Bucket KMS Keys
- Versioning now supports MFA Delete
- CORS now uses new resource
- CORS now fixed to actually read more than one rule.
- CORS now supports bucket owner.
- Added an actual test for CORS with multiple rules
- Added KMS tests
- Added test for logging bucket
- Added test for bucket key
v0.12.7
Merge pull request #24 from rackspace-infrastructure-automation/s3-ob…