class Awscr::S3::SignerFactory

Overview

Fetches an Awscr::Signer::Signers based on the signing version requested, and configures it with the region, key and secret.

Defined in:

awscr-s3/signer_factory.cr

Class Method Summary

Class Method Detail

def self.get(region : String, aws_access_key : String, aws_secret_key : String, version : Symbol) #

Fetch and configure a signer based on a version algorithm


[View source]