Skip to content

Commit

Permalink
Upgrade AWS SDK to 2.29.35 and AWS S3 Encryption Client to 3.3.0 (#1303)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Maciej Walkowiak <walkowiak.maciej@yahoo.com>
  • Loading branch information
MatejNedic and maciejwalkowiak authored Dec 18, 2024
1 parent 6150974 commit 9aea25b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spring-cloud-aws-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

<properties>
<spotless.version>2.31.0</spotless.version>
<awssdk-v2.version>2.29.6</awssdk-v2.version>
<awssdk-v2.version>2.29.35</awssdk-v2.version>
<amazon.dax.version>2.0.5</amazon.dax.version>
<amazon.encryption.s3.version>3.2.3</amazon.encryption.s3.version>
<amazon.encryption.s3.version>3.3.0</amazon.encryption.s3.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<spring-cloud-commons.version>4.2.0</spring-cloud-commons.version>
<jakarta.mail.version>2.1.0</jakarta.mail.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ void canBeAppliedToPutObjectRequest() {

assertThat(builder).usingRecursiveComparison()
.ignoringFields("awsRequestOverrideConfig", "checksumCRC32C", "checksumSHA1", "checksumSHA256", "key",
"contentMD5", "bucket", "checksumCRC32", "contentLength", "ifNoneMatch")
"contentMD5", "bucket", "checksumCRC32", "contentLength", "ifNoneMatch", "ifMatch",
"writeOffsetBytes")
.isEqualTo(objectMetadata);
}

Expand Down

0 comments on commit 9aea25b

Please sign in to comment.