Feat: upload session recycle crontab job / API for cleanup all upload session
This commit is contained in:
@@ -446,3 +446,8 @@ func (handler Driver) CORS() error {
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
// 取消上传凭证
|
||||
func (handler Driver) CancelToken(ctx context.Context, uploadSession *serializer.UploadSession) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user