class documentation

class AwsS3Storage(Storage): (source)

View In Hierarchy

Undocumented

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

Undocumented

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

Undocumented

config: AwsS3Config = (source)

Undocumented

Undocumented