From e4b31ece471ee29770edbe1b14c254e10587fdc1 Mon Sep 17 00:00:00 2001 From: Jaykumar Gosar <5666661+gosar@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:20:18 -0700 Subject: [PATCH] Change log for RESOLVED_CHECKSUM_SPECS bug fix. (#4622) --- .changes/next-release/bugfix-AWSSDKforJavav2-86ff2d3.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/next-release/bugfix-AWSSDKforJavav2-86ff2d3.json diff --git a/.changes/next-release/bugfix-AWSSDKforJavav2-86ff2d3.json b/.changes/next-release/bugfix-AWSSDKforJavav2-86ff2d3.json new file mode 100644 index 000000000000..7e9e946cc709 --- /dev/null +++ b/.changes/next-release/bugfix-AWSSDKforJavav2-86ff2d3.json @@ -0,0 +1,6 @@ +{ + "type": "bugfix", + "category": "AWS SDK for Java v2", + "contributor": "", + "description": "Removed mapping for RESOLVED_CHECKSUM_SPECS execution attribute that was causing intermittent failures for S3 operations with checksums since 2.21.0 release. The bug can cause `java.lang.NullPointerException: Cannot read field \"value\" because \"s1\" is null` exceptions, as reported in https://github.com/aws/aws-sdk-java-v2/issues/4608." +}