From ec9db39a57ef0139d809765909a9170425c03e29 Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Thu, 8 Oct 2020 12:27:04 -0700 Subject: [PATCH] Update CHANGELOG for #15263 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9a39899bc7..8c5bb31ec520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,7 @@ BUG FIXES * resource/aws_lex_slot_type: Prevent unexpected timeout error on creation due to API retries [GH-15527] * resource/aws_organizations_policy: Prevent errors with imported AWS-managed Organizations policies [GH-15446] * resource/aws_s3_bucket: Correctly handle provider-level ignored tag configuration [GH-12013] +* resource/aws_s3_bucket: Correctly set expiration for lifecycle_rule with abort_incomplete_multipart_upload_days set [GH-15263] * resource/aws_s3_bucket_analytics_configuration: Prevent unexpected timeout error on deletion due to API retries [GH-15529] * resource/aws_s3_bucket_object: Correctly handle provider-level ignored tag configuration [GH-12013]