class documentation

class GCSFilesStore:

View In Hierarchy

Undocumented

Constant CACHE​_CONTROL Undocumented
Constant GCS​_PROJECT​_ID Undocumented
Constant POLICY Undocumented
Method __init__ Undocumented
Method ​_get​_content​_type Undocumented
Method persist​_file Undocumented
Method stat​_file Undocumented
Instance Variable bucket Undocumented
Instance Variable prefix Undocumented
CACHE_CONTROL: str =

Undocumented

Value
'max-age=172800'
GCS_PROJECT_ID =

Undocumented

Value
None
POLICY =

Undocumented

Value
None
def __init__(self, uri):

Undocumented

def _get_content_type(self, headers):

Undocumented

def persist_file(self, path, buf, info, meta=None, headers=None):

Undocumented

def stat_file(self, path, info):

Undocumented

bucket =

Undocumented

prefix =

Undocumented