aws-auth-payload

Crates.ioaws-auth-payload
lib.rsaws-auth-payload
version0.3.0
sourcesrc
created_at2019-07-19 06:57:42.724427
updated_at2021-10-19 10:00:09.683686
descriptionThis library provides methods for you to use your AWS credentials to generate a pre-signed request to AWS API.
homepage
repositoryhttps://github.com/lawliet89/aws-auth-payload
max_upload_size
id150043
size51,049
Yong Wen Chua (lawliet89)

documentation

README

aws-auth-payload

This library provides methods for you to use your AWS credentials to generate a pre-signed request to AWS API.

You can then pass this pre-signed request to an appliaction you are using for the application to verify your AWS identity.

This is what Vault uses to authenticate AWS users.

It is also used in Kubernetes to authenticate AWS IAM users.

Commit count: 25

cargo fmt