class

Awscr::S3::SignerFactory

Inherits Reference < Object

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

Class methods

get(region : String, aws_access_key : String, aws_secret_key : String, version : Symbol, aws_session_key : String | Nil = nil)

Fetch and configure a signer based on a version algorithm

Source