class documentation

class S3Storage(AbstractStorage):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method exists Undocumented
Method load Undocumented
Method path Undocumented
Method read Undocumented
Method reload Undocumented
Method remove Undocumented
Method write Undocumented
Instance Variable client Undocumented
Instance Variable config Undocumented
Instance Variable log Undocumented
def __init__(self, config, log):

Undocumented

Parameters
config:AbstractConfigUndocumented
log:AbstractLogUndocumented
def exists(self, file):

Undocumented

Parameters
file:strUndocumented
Returns
boolUndocumented
def load(self):

Undocumented

def path(self, file):

Undocumented

Parameters
file:strUndocumented
Returns
strUndocumented
def read(self, file):

Undocumented

Parameters
file:strUndocumented
Returns
strUndocumented
def reload(self):

Undocumented

def remove(self, file):

Undocumented

Parameters
file:strUndocumented
Returns
boolUndocumented
def write(self, file, data):

Undocumented

Parameters
file:strUndocumented
data:strUndocumented
Returns
boolUndocumented
client =

Undocumented

config =

Undocumented

log =

Undocumented