class
AWS::Signer::V4
- AWS::Signer::V4
- AWS::Signer
- Reference
- Object
Defined in:
aws/signer.crConstructors
-
.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.
Instance methods inherited from class AWS::Signer
sign(payload : String) : Stringsign(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
Creates a new AWS V4 signer for the given region and service with the given AWS AccessKeyId and SecretAccessKey, valid at the given time.