module UploadSigner

Defined in:

backends/amazon_s3.cr
backends/azure_blob.cr
storage.cr
upload-signer.cr

Constant Summary

VERSION = {{ (`shards version \"/srv/crystaldoc.info/github-spider-gazelle-upload-signer-main/src\"`).chomp.stringify.downcase }}

Class Method Summary

Class Method Detail

def self.azure(account_name : String, account_key : String) #

[View source]
def self.azure(connection_string : String) #

[View source]
def self.s3(account_name : String, account_key : String, region : String | Nil = nil, endpoint : String | Nil = nil) #

[View source]
def self.signer(type : StorageType, account_name : String, account_key : String, region : String | Nil = nil, endpoint : String | Nil = nil) #

[View source]