Skip to content

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

v0.12.14

18 Apr 19:47
cabfe24
Compare
Choose a tag to compare

Updates to be in line with new S3 ACLs

v0.12.13

21 Dec 15:23
d4281d1
Compare
Choose a tag to compare
Merge pull request #31 from rackspace-infrastructure-automation/featu…

v0.12.12

05 Dec 14:57
aca0172
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #24 from rackspace-infrastructure-automation/s3-ob…

Support added for public access block

12 Apr 20:21
6e892e8
Compare
Choose a tag to compare

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

25 Mar 13:26
25f4241
Compare
Choose a tag to compare
Merge pull request #21 from rackspace-infrastructure-automation/s3_pr…

CI Updates

02 Nov 22:23
bdea796
Compare
Choose a tag to compare

Updated CI to use Terraform 0.13 and AWS provider 3.0

v0.12.3

26 Oct 16:02
d6c7d49
Compare
Choose a tag to compare
Merge pull request #17 from rackspace-infrastructure-automation/MPCSU…