aws / aws-sdk-java-v2

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

Change auth type getters to fluent getters #5318

Closed zoewangg closed 1 week ago

zoewangg commented 1 week ago

Motivation and Context

v1 getCredentials -> v2 resolveCredentials

v1 getAWSAccessKeyId -> v2 accessKeyId v1 getAWSSecretKey -> v2 secretAccessKey v1 getSessionToken -> v2 sessionToken

sonarcloud[bot] commented 1 week ago

Quality Gate Failed Quality Gate failed

Failed conditions
43.5% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint