awslabs / aws-sdk-rust

AWS SDK for the Rust Programming Language
https://awslabs.github.io/aws-sdk-rust/
Apache License 2.0
2.97k stars 244 forks source link

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

Open cemoktra opened 3 years ago

cemoktra commented 3 years ago

Community Note

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

rcoh commented 3 years ago

thanks for the request!

m-mueller678 commented 1 year ago

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.