Skip to content

Bump CRT version to 0.16.10, which contains M1 support #2942 #3209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2022

Conversation

zoewangg
Copy link
Contributor

@zoewangg zoewangg commented May 23, 2022

Motivation and Context

Bump CRT version to 0.16.10, which contains M1 support #2942

Testing

Running test suites now integ tests and stability tests passed

@zoewangg zoewangg requested a review from a team as a code owner May 23, 2022 22:22
@@ -67,6 +67,7 @@ private S3CrtAsyncHttpClient(Builder builder) {
.withCredentialsProvider(s3NativeClientConfiguration.credentialsProvider())
.withClientBootstrap(s3NativeClientConfiguration.clientBootstrap())
.withPartSize(s3NativeClientConfiguration.partSizeBytes())
.withComputeContentMd5(true)
Copy link
Contributor Author

@zoewangg zoewangg May 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had to make this change because CRT has pushed fixes to honor this config in latest version in this PR awslabs/aws-crt-java#486. In previous versions, MD5 is always enabled and computeContentMd5 is default to false in the CRT Java binding. We will disable it once we have flexible checksum support.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it imported to brazil, or will this block our build to live?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should not block our build to live because this config is available in previous CRT version as well (just not honored). I'll check with CRT team to see when they will do an import.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@zoewangg zoewangg merged commit 3720986 into master May 24, 2022
@zoewangg zoewangg deleted the zoewang/crt0.16.10 branch May 24, 2022 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants