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

[guide section]: Custom credential providers

Open rcoh opened this issue 4 years ago • 0 comments
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 (Credentials implements 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

rcoh avatar Aug 02 '21 15:08 rcoh