Releases: rackspace-infrastructure-automation/aws-terraform-s3
Releases · rackspace-infrastructure-automation/aws-terraform-s3
v0.12.14
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…
Support added for public access block
Through variable setting, a public access block policy can be set on the S3 bucket to avoid public access and ignore/restrict public access ACLs.
v0.12.5
Merge pull request #21 from rackspace-infrastructure-automation/s3_pr…
CI Updates
Updated CI to use Terraform 0.13 and AWS provider 3.0
v0.12.3
Merge pull request #17 from rackspace-infrastructure-automation/MPCSU…