Commit 7e9e423
authored
Add comment explaining AWS credential provider chain (#7771)
* Add comment explaining AWS credential provider chain
Adds a comment explaining how AWS SDK resolves credentials using the default credential provider chain (environment variables, shared credentials files, and IAM roles). This may help developers who are unfamiliar with how credentials are automatically discovered by the SDK.
* Shorten credential provider chain comment based on review feedback1 parent da64b81 commit 7e9e423
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments