class Awscr::S3::SignerFactory
- Awscr::S3::SignerFactory
- Reference
- Object
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.crClass Method Summary
-
.get(region : String, aws_access_key : String, aws_secret_key : String, version : Symbol)
Fetch and configure a signer based on a version algorithm
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