aws-elixir v0.1.0 AWS.Request

Summary

Functions

Generate headers with an AWS signature version 4 for the specified request

Generate headers with an AWS signature version 4 for the specified request using the specified time

Generate headers with an AWS signature version 4 for the specified request that can be transformed into a query string

Generate headers with an AWS signature version 4 for the specified request using the specified time that can be transformed into a query string

Functions

sign_v4(client, method, url, headers, body)

Generate headers with an AWS signature version 4 for the specified request.

sign_v4(client, now, method, url, headers, body)

Generate headers with an AWS signature version 4 for the specified request using the specified time.

sign_v4_query(client, method, url, headers, body)

Generate headers with an AWS signature version 4 for the specified request that can be transformed into a query string.

sign_v4_query(client, now, method, url, headers, body)

Generate headers with an AWS signature version 4 for the specified request using the specified time that can be transformed into a query string.