From fac0506e8d6273318c3aa2c7298a879686f4e658 Mon Sep 17 00:00:00 2001 From: Zoe Wang <33073555+zoewangg@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:21:05 -0800 Subject: [PATCH] Backfill changelog (#5811) --- .changes/2.30.2.json | 6 ++++++ CHANGELOG.md | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/.changes/2.30.2.json b/.changes/2.30.2.json index 5bb5c8a1160..73204c520b2 100644 --- a/.changes/2.30.2.json +++ b/.changes/2.30.2.json @@ -37,6 +37,12 @@ "category": "AWS SDK for Java v2", "contributor": "", "description": "Updated endpoint and partition metadata." + }, + { + "type": "bugfix", + "category": "Amazon Simple Storage Service", + "contributor": "", + "description": "Fixed contentLength mismatch issue thrown from putObject when multipartEnabled is true and a contentLength is provided in PutObjectRequest. See [#5807](https://github.com/aws/aws-sdk-java-v2/issues/5807)" } ] } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index be6a3a5fba4..53eebec9232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ - ### Features - Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering" +## __Amazon Simple Storage Service__ +- ### Bugfixes + - Fixed contentLength mismatch issue thrown from putObject when multipartEnabled is true and a contentLength is provided in PutObjectRequest. See [#5807](https://github.com/aws/aws-sdk-java-v2/issues/5807) + # __2.30.1__ __2025-01-16__ ## __AWS SDK for Java v2__ - ### Features