Skip to content

Releases: rackspace-infrastructure-automation/aws-terraform-s3

v0.12.18

07 Feb 16:34

Choose a tag to compare

Better readability for ACL count

Better readability for ACL count

v0.12.17

07 Feb 14:42

Choose a tag to compare

Update defaults to match AWS

Default to ACL's disabled and object ownership set to BucketOwnerEnforced

v0.12.16

04 Feb 15:30
d95baca

Choose a tag to compare

Merge pull request #33 from rackspace-infrastructure-automation/maint…

v0.12.15

09 Jan 15:29

Choose a tag to compare

Updated AWS Provider

v0.12.14

18 Apr 19:47
cabfe24

Choose a tag to compare

Updates to be in line with new S3 ACLs

v0.12.13

21 Dec 15:23
d4281d1

Choose a tag to compare

Merge pull request #31 from rackspace-infrastructure-automation/featu…

v0.12.12

05 Dec 14:57
aca0172

Choose a tag to compare

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

01 Dec 21:51
f32d480

Choose a tag to compare

  • 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

01 Dec 13:33
77b3b57

Choose a tag to compare

  • 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

27 Jul 21:01
4b29f78

Choose a tag to compare

Merge pull request #24 from rackspace-infrastructure-automation/s3-ob…