清理临时分片文件 :param upload_id: 上传会话ID :param save_path: 文件保存路径
(self, upload_id: str, save_path: str)
| 98 | raise NotImplementedError |
| 99 | |
| 100 | async def clean_chunks(self, upload_id: str, save_path: str): |
| 101 | """ |
| 102 | 清理临时分片文件 |
| 103 | :param upload_id: 上传会话ID |
| 104 | :param save_path: 文件保存路径 |
| 105 | """ |
| 106 | raise NotImplementedError |
| 107 | |
| 108 | |
| 109 | class SystemFileStorage(FileStorageInterface): |
nothing calls this directly
no outgoing calls
no test coverage detected