class AWS::Signer::V4

Defined in:

aws/signer.cr

Constructors

Instance methods inherited from class AWS::Signer

sign(payload : String) : String
sign(request : HTTP::Request) : String
sign
, sign!(request : HTTP::Request) sign!

Constructor methods inherited from class AWS::Signer

new(region : String, service : String, creds : Credentials, time : Time = Time.utc)
new(region, service, key, secret, token = nil, time = Time.utc)
new

Constructor Detail

def self.new(region, service, key, secret, token = nil, time = Time.utc) #

Creates a new AWS V4 signer for the given region and service with the given AWS AccessKeyId and SecretAccessKey, valid at the given time.


[View source]