0.9.0 Apr 27, 2021
0.8.0 Mar 27, 2021
0.7.0 Mar 20, 2021
0.6.1 Aug 26, 2020
0.5.0 Mar 29, 2020

#6 in #sig-v4

Download history 12/week @ 2024-02-18 14/week @ 2024-02-25 9/week @ 2024-03-10 84/week @ 2024-03-31

93 downloads per month
Used in 2 crates

Apache-2.0

95KB
2K SLoC

AWS signature verification routines for Rust

Crate: aws_sig_verify

GitHub Actions Coverage Status

The aws_sig_verify crate 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.

Version information

Version 0.5 supports ring 0.14, needed for Gotham 0.4.

Version 0.6 supports ring 0.16, needed for Gotham 0.5.

Dependencies

~10–14MB
~341K SLoC