Skip to content

Releases: terraform-modules/aws-s3

3.4.1

12 Mar 19:21
Compare
Choose a tag to compare
  • 3.4.1 -- 2026-03-12
    • kms_key
      • add key_description variable

new submodule: public

12 Sep 19:03
Compare
Choose a tag to compare
  • 3.4.0 -- 2023-09-12
    • public submodule
      • new module to allow the use of public buckets (block_public_policy=false)

fix boc:safeguard tags to use space vs comma

29 Jun 19:14
Compare
Choose a tag to compare
  • 3.3.11 -- 2023-06-29
    • remove comma in boc:safeguard tag, use space instead

remove tf 0.13+ requirement

24 May 15:23
Compare
Choose a tag to compare
  • 3.3.10 -- 2023-05-24
    • remove tf requirement of >= 0.13 as there are no specific tf things in there

change acl, time_delay

26 May 16:04
Compare
Choose a tag to compare
  • 3.3.9 -- 2023-05-19
    • common
      • change delays to time_delay
      • change acl to after delay after public accesss block is set and commpleted
        This will destroy null_resource.policy_delay and craete time_sleep.policy_delay and time_sleep.acl_delay.
        These are due to changs in the default S3 bucket which prevents creation of an ACL if the bucket policy is not set first.

make bucket_key_enabled=true for new buckets

14 Mar 19:36
Compare
Choose a tag to compare
  • 3.3.8 -- 2023-03-14
    • common
      • make bucket_key_enabled=true (default)

3.3.7: add override_prefixes for advanced usage

13 Jan 20:38
Compare
Choose a tag to compare
  • 3.3.7 -- 2023-01-13
    • common
      • add variable override_prefixes (advanced usage only)

add bucket_policy_disabled

06 Oct 12:20
Compare
Choose a tag to compare
  • 3.3.4 -- 2022-10-06
    • common
      • add bucket_policy_disabled to not apply a default policy if desired to do the policy differently

fix map() to {}

14 Sep 16:55
Compare
Choose a tag to compare
  • 2.5.1 -- 2022-09-14
    • common/
      • fix map() to {}

change aws_s3_bucket_object to aws_s3_object

29 Jul 13:16
Compare
Choose a tag to compare
  • 3.3.2 -- 2022-07-28
    • common
      • change aws_s3_bucket_object to aws_s3_object