Skip to content
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

Merge s3 crt client change back in and fix region #2990

Merged
merged 2 commits into from
Jan 26, 2022

Conversation

zoewangg
Copy link
Contributor

@zoewangg zoewangg commented Jan 25, 2022

  • Merge s3 crt client change back in
  • Fix region issue in 7ae114c
    RCA: S3CrtAsyncHttpClient relies SdkHttpRequest#uri to set host header and since the region was not set on the S3AsyncClient before, the SdkHttpRequest#uri used the region resolved from the default region chain.
  • Changed the integ test to use us-west-1 so that this issue can be caught in our integration test in the test account before the release

@zoewangg zoewangg requested a review from a team as a code owner January 25, 2022 22:43
@sonarcloud
Copy link

sonarcloud bot commented Jan 25, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

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

73.5% 73.5% Coverage
0.0% 0.0% Duplication

@@ -43,7 +44,7 @@
*/
public class S3IntegrationTestBase extends AwsTestBase {

protected static final Region DEFAULT_REGION = Region.US_WEST_2;
protected static final Region DEFAULT_REGION = Region.US_WEST_1;
Copy link
Contributor

Choose a reason for hiding this comment

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

nice!

@zoewangg zoewangg merged commit c727e98 into master Jan 26, 2022
@zoewangg zoewangg deleted the zoewang/addS3CrtClientBack branch January 26, 2022 02:03
aws-sdk-java-automation added a commit that referenced this pull request Apr 19, 2024
…4670c0889

Pull request: release <- staging/7c3bf218-eda7-4b41-a976-ce04670c0889
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.

None yet

2 participants