1 unstable release

0.46.0 Dec 22, 2020

#13 in #rusoto

Download history 178/week @ 2023-12-18 151/week @ 2023-12-25 254/week @ 2024-01-01 176/week @ 2024-01-08 129/week @ 2024-01-15 127/week @ 2024-01-22 78/week @ 2024-01-29 117/week @ 2024-02-05 434/week @ 2024-02-12 118/week @ 2024-02-19 218/week @ 2024-02-26 145/week @ 2024-03-04 154/week @ 2024-03-11 200/week @ 2024-03-18 561/week @ 2024-03-25 536/week @ 2024-04-01

1,498 downloads per month
Used in 217 crates (via mz_rusoto_core)

MIT license

165KB
3.5K SLoC

Rusoto signature

This crate contains the functionality necessary for signing AWS API requests. It was designed for use in Rusoto.

Development

The Rusoto signature crate is packaged and published separately from the Rusoto crate itself. The crate does not depend on Rusoto itself. The signature crate is published as a versioned dependency of Rusoto on crates.io.


lib.rs:

AWS API request signatures.

Follows AWS Signature 4 algorithm.

If needed, the request will be re-issued to a temporary redirect endpoint. This can happen with newly created S3 buckets not in us-standard/us-east-1.

Please note that this module does not expect URIs to already be encoded.

Dependencies

~14–23MB
~305K SLoC