aleph.services.storage.engine module

class aleph.services.storage.engine.StorageEngine[source]

Bases: ABC

abstract async delete(filename: str)[source]
abstract async exists(filename: str) bool[source]
abstract async read(filename: str) bytes | None[source]
abstract async write(filename: str, content: bytes)[source]