refactor(cleaner): 移除未使用的存储删除接口 #1
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
清理任务时不再调用 Storage.DeleteByTask 方法,因为当前 OSS 服务暂未提供删除接口。
从 StorageService 接口和 ossStorage 实现中移除 DeleteByTask 方法,并更新清理逻辑。