class documentation

class GCSFilesStore: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method persist_file Undocumented
Method stat_file Undocumented
Constant CACHE_CONTROL Undocumented
Constant GCS_PROJECT_ID Undocumented
Constant POLICY Undocumented
Instance Variable bucket Undocumented
Instance Variable prefix Undocumented
Method _get_blob_path Undocumented
Method _get_content_type Undocumented
def __init__(self, uri): (source)

Undocumented

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

Undocumented

def stat_file(self, path, info): (source)

Undocumented

CACHE_CONTROL: str = (source)

Undocumented

Value
'max-age=172800'
GCS_PROJECT_ID = (source)

Undocumented

Value
None

Undocumented

Value
None

Undocumented

Undocumented

def _get_blob_path(self, path): (source)

Undocumented

def _get_content_type(self, headers): (source)

Undocumented