struct AwsStorageConfig

Defined in:

sitemapper/aws_storage_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(region : String, key : String, secret : String, endpoint : String | Nil = nil) #

[View source]

Instance Method Detail

def endpoint : String | Nil #

[View source]
def key : String #

[View source]
def region : String #

[View source]
def secret : String #

[View source]