Crate aws_sigv4

Source
Expand description

Provides functions for calculating Sigv4 signing keys, signatures, and optional utilities for signing HTTP requests and Event Stream messages.

Modules§

event_streamsign-eventstream
Utilities to sign Event Stream messages.
http_requestsign-http
Utilities to sign HTTP requests.
sign
Functions to create signing keys and calculate signatures.

Structs§

SigningOutput
Container for the signed output and the signature.

Enums§

SignatureVersion
The version of the signing algorithm to use