Expand description
AWS API request signatures verification routines.
This implements the AWS SigV4 and SigV4S3 server-side validation algorithms.
Stability of this module is not guaranteed except for items exposed at the crate root. The functions and types are subject to change in minor/patch versions. This is exposed for testing purposes only.
Structs§
- SigV4
Authenticator unstable
- Low-level structure for performing AWS SigV4 authentication after a canonical request has been generated.
- SigV4
Authenticator Builder - Builder for
SigV4Authenticator
. - SigV4
Authenticator Response - Upon successful authentication of a signature, this is returned to convey the principal, session data, and possibly policies associated with the request.
- SigV4
Authenticator Response Builder - Builder for
SigV4AuthenticatorResponse
.
Enums§
- SigV4
Authenticator Builder Error - Error type for SigV4AuthenticatorBuilder
- SigV4
Authenticator Response Builder Error - Error type for SigV4AuthenticatorResponseBuilder