amazonka-core-1.6.1: Core data types and functionality for Amazonka libraries.

Stabilityexperimental
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Sign.V2Header

Description

This module provides an AWS compliant V2 Header request signer. It is based heavily on boto (https:/github.comboto/boto), specifically boto's HmacAuthV1Handler AWS capable signer. AWS documentation is available here.

Notice: Limitations include an inability to sign with a security token and inability to overwrite the Date header with an expiry.

Documentation