class Dragonsfire::S3Store

Defined in:

dragonsfire/storage/s3.cr

Constructors

Instance Method Summary

Instance methods inherited from class Dragonsfire::Store

configure(k, v) configure, init init

Constructor methods inherited from class Dragonsfire::Store

new(config : Hash(Symbol, String)) new

Constructor Detail

def self.new(config : Hash(Symbol, String)) #

[View source]

Instance Method Detail

def create_bucket #

[View source]
def destroy(uid) #

[View source]
def init #

[View source]
def read(uid) #

[View source]
def url_for(uid) #

TODO semantics wrong, name vs uid


[View source]
def write(content : Content) #

[View source]