8 releases (breaking)

0.48.0 Apr 25, 2022
0.47.0 Jun 30, 2021
0.46.0 Jan 6, 2021
0.45.0 Jul 22, 2020
0.42.0 Nov 20, 2019

#19 in #rusoto

Download history 80751/week @ 2023-12-05 69645/week @ 2023-12-12 52251/week @ 2023-12-19 33042/week @ 2023-12-26 63781/week @ 2024-01-02 69635/week @ 2024-01-09 70086/week @ 2024-01-16 72671/week @ 2024-01-23 72215/week @ 2024-01-30 67237/week @ 2024-02-06 66029/week @ 2024-02-13 67123/week @ 2024-02-20 65348/week @ 2024-02-27 66228/week @ 2024-03-05 68441/week @ 2024-03-12 58873/week @ 2024-03-19

270,703 downloads per month
Used in fewer than 12 crates

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

~7–19MB
~232K SLoC