Commit graph

6 commits

Author SHA1 Message Date
Ethan Katnic
0d890a24d8 Add testing for property key parsing. Update documentation for providers. 2024-09-23 11:13:27 -07:00
Ethan Katnic
df0782d34c Replace AWSCredentialProvider with AwsCredentialProvider to be consistent with SDK v2 naming convention 2024-09-10 11:33:47 -07:00
Ethan Katnic
f8d5750bd2 Update comment references to AWS SDK v2 2024-09-10 08:34:33 -07:00
Ethan Katnic
921781b9f9 Simplify decoder logic for empty create constructor. Update documentation. 2024-08-29 15:46:42 -07:00
Ethan Katnic
f83f8c8e02 Upgrade DefaultCredentialsProvider and AwsBasicCredentials to AWS SDK v2 2024-08-21 08:49:42 -07:00
stair
2f4ff65681
[#367] Enhanced multi-lang AWSCredentialsProvider=... decoder and c… (#1184)
* [#367] Enhanced multi-lang `AWSCredentialsProvider=...` decoder and construction.

+ added support for external ids (issue #367)
+ added support for endpoint+region (e.g., STS via VPC)

* Multiple multi-lang edits to introduce logging and additional tests.

+ added `ENDPOINT_REGION` nested key for a simpler Cx experience
+ deduplicated, and improved, logic w.r.t. CredentialsProvider
construction to NOT swallow Exceptions

* Relocated `multilang.properties` from `main/resources` to `test/resources`
2023-08-07 16:29:49 -04:00