aws-sdk-rust
aws-sdk-rust copied to clipboard
[request]: sts::model::Credentials should implement AsyncProvideCredentials
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue, please leave a comment
Tell us about your request
All Credentials models should implement AsyncProvideCredentials or ProvideCredentials to easily create new connections using temporary credentials.
For example sts::model::Credentials does not while aws_auth::Credentials for example implements ProvideCredentials. Anyway there should be only one Credentials i guess
Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
thanks for the request!
I would like to add aws_sdk_cognitoidentity::model::Credentials to the list. It would also be nice if documentation mentions the fact that there are multiple different Credential types, this confused me for quite a while.