aws_erin v0.4.2 AwsErin.Auth View Source

Documentation for AWS authentication.

Link to this section Summary

Link to this section Functions

Link to this function

get_authorization(aws_access_key, aws_secret_key, endpoint_uri, http_request_method, region_name, service_name, date_time, headers, request_payload)

View Source
get_authorization(
  String.t(),
  String.t(),
  %URI{
    authority: term(),
    fragment: term(),
    host: term(),
    path: term(),
    port: term(),
    query: term(),
    scheme: term(),
    userinfo: term()
  },
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  map(),
  String.t()
) :: String.t()

Get authorization for AWS.