(self, key: str)
| 59 | raise NotImplementedError |
| 60 | |
| 61 | async def list_dir(self, key: str) -> list[StorageEntry]: |
| 62 | raise NotImplementedError |
| 63 | |
| 64 | async def read_bytes(self, key: str) -> bytes: |
| 65 | raise NotImplementedError |
no outgoing calls
no test coverage detected