class documentation

class BlobStorage(Storage): (source)

View In Hierarchy

Undocumented

Async Method read Undocumented
Async Method write Undocumented
Class Variable config Undocumented
async def read(self, path: str) -> bytes: (source)

Undocumented

async def write(self, path: str, content: bytes): (source)

Undocumented

Undocumented