Releases: terraform-modules/aws-s3
Releases · terraform-modules/aws-s3
3.4.1
new submodule: public
- 3.4.0 -- 2023-09-12
- public submodule
- new module to allow the use of public buckets (block_public_policy=false)
- public submodule
fix boc:safeguard tags to use space vs comma
- 3.3.11 -- 2023-06-29
- remove comma in boc:safeguard tag, use space instead
remove tf 0.13+ requirement
- 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
- 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 destroynull_resource.policy_delayand craetetime_sleep.policy_delayandtime_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.
- common
make bucket_key_enabled=true for new buckets
- 3.3.8 -- 2023-03-14
- common
- make bucket_key_enabled=true (default)
- common
3.3.7: add override_prefixes for advanced usage
- 3.3.7 -- 2023-01-13
- common
- add variable override_prefixes (advanced usage only)
- common
add bucket_policy_disabled
- 3.3.4 -- 2022-10-06
- common
- add bucket_policy_disabled to not apply a default policy if desired to do the policy differently
- common
fix map() to {}
- 2.5.1 -- 2022-09-14
- common/
- fix map() to {}
- common/
change aws_s3_bucket_object to aws_s3_object
- 3.3.2 -- 2022-07-28
- common
- change aws_s3_bucket_object to aws_s3_object
- common