Skip to content

Commit 3720986

Browse files
authored
Bump CRT version to 0.16.10, which contains M1 support #2942 (#3209)
1 parent 93233aa commit 3720986

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"category": "AWS SDK for Java v2",
3+
"contributor": "",
4+
"type": "feature",
5+
"description": "Bump CRT version to 0.16.10, which contains M1 support [#2942](https://github.com/aws/aws-sdk-java-v2/issues/2942)"
6+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<rxjava.version>2.2.21</rxjava.version>
115115
<commons-codec.verion>1.10</commons-codec.verion>
116116
<jmh.version>1.29</jmh.version>
117-
<awscrt.version>0.16.8</awscrt.version>
117+
<awscrt.version>0.16.10</awscrt.version>
118118

119119
<!--Test dependencies -->
120120
<junit5.version>5.8.1</junit5.version>

services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/S3CrtAsyncHttpClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ private S3CrtAsyncHttpClient(Builder builder) {
6767
.withCredentialsProvider(s3NativeClientConfiguration.credentialsProvider())
6868
.withClientBootstrap(s3NativeClientConfiguration.clientBootstrap())
6969
.withPartSize(s3NativeClientConfiguration.partSizeBytes())
70+
.withComputeContentMd5(true)
7071
.withThroughputTargetGbps(s3NativeClientConfiguration.targetThroughputInGbps());
7172
this.crtS3Client = new S3Client(s3ClientOptions);
7273
}

0 commit comments

Comments
 (0)