aws.signature-package: Amazon Web Services Request Signatures
Description
Generates Amazon Web Services (AWS) request signatures for RESTful APIs.Details
This package contains functions intended only for developers to use in building API client packages for Amazon Web Services APIs. The main function of interest is signature_v4_auth
, which wraps the other internal functions and returns a named list of elements to be used in authenticating an API request using AWS Signature Version 4. Another function, signature_v2_auth
implements the older, mostly deprecated Version 2 algorithm.