aws-sdk-rust
aws-sdk-rust copied to clipboard
[guide section]: Custom credential providers
trafficstars
Add a guide section for implementing your own credentials providers Things to cover:
- [ ] simple providers with
async_provide_credentials_fn - [ ] Using LazyCaching to wrap the provider
- [ ] More complex providers with direct implementation of
AsyncProvideCredentials - [ ] use with async-trait
- [ ] overall trait layout (
Credentialsimplements provide credentials, blanket impls, etc.)
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