scratchstack-aws-signature-hyper

Crates.ioscratchstack-aws-signature-hyper
lib.rsscratchstack-aws-signature-hyper
version0.10.5
sourcesrc
created_at2021-05-02 01:49:50.648255
updated_at2024-07-11 06:21:32.711483
descriptionAWS SigV4 signature verification integration with Hyper
homepagehttps://github.com/dacut/scratchstack-aws-signature
repositoryhttps://github.com/dacut/scratchstack-aws-signature
max_upload_size
id392090
size25,624
David Cuthbert (dacut)

documentation

README

AWS signature verification routines for Rust

Crate: scratchstack-aws-signature

GitHub Actions Coverage Status

The scratchstack-aws-signature crate (formerly known as aws_sig_verify) provides AWS SigV4 verification routines. This is not the library you want if you just want to call AWS services or other services that use AWS SigV4 signatures. Rusoto already has a library, rusoto_signature, that provides this functionality.

If you are attempting to perform AWS SigV4 verification using AWS-vended credentials, this library also will not work for you. You need the caller's secret key (or a derivative), and AWS does not allow this for obvious reasons. Instead, you should be using API Gateway with IAM authentication.

On the other hand, if you have your own ecosystem of AWS-like credentials and are developing mock-AWS services or just really like AWS SigV4 but can't run within AWS, this library might be for you.

Documentation for this package is published automatically to docs.rs.

Commit count: 121

cargo fmt