aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

[request]: sts::model::Credentials should implement AsyncProvideCredentials

Open cemoktra opened this issue 4 years ago • 2 comments
trafficstars

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.)

cemoktra avatar Jul 27 '21 11:07 cemoktra

thanks for the request!

rcoh avatar Jul 28 '21 13:07 rcoh

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.

m-mueller678 avatar Nov 05 '22 12:11 m-mueller678