aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.2k stars 853 forks source link

Fix S3/Control dualstack config resolution #5579

Closed dagnir closed 2 months ago

dagnir commented 2 months ago

Motivation and Context

Fix an issue in S3 and S3 Control client's dualstack config resolution where the default value in S3Configuration and S3ControlConfiguration prevents the client from correctly falling back to the environment variable/system property value when the dualstack configuration is not set on the client or on configuration object.

Modifications

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License

sonarcloud[bot] commented 2 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
77.3% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud