Stability | experimental |
---|---|
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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.