Expose AWS creds and region configurability to python #1155
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
We added aws creds injection in #1059 and region injection in #1153. Currently these APIs are not exposed to python binding, where user still have to rely on the default cred chain to get creds. This is okay most of the time, but it would be nice to be able to use custom creds for situations like assume role.
The text was updated successfully, but these errors were encountered: