class Sitemapper::AwsStorage

Defined in:

sitemapper/storage/aws_storage.cr

Constructors

Instance Method Summary

Instance methods inherited from class Sitemapper::Storage

save(path : String) : Void save, sitemaps : Array(Hash(String, String)) sitemaps

Constructor methods inherited from class Sitemapper::Storage

new(sitemaps : Sitemaps) new

Class methods inherited from class Sitemapper::Storage

init(sitemaps : Sitemaps, method : Symbol) init

Constructor Detail

def self.new(sitemaps : Sitemaps) #

[View source]

Instance Method Detail

def client : Awscr::S3::Client #

[View source]
def save(path : String) : Void #

path is the bucket path "my-prod-bucket/sitemaps/mycoolsite"


[View source]