fs: optimize multipart clean work (#4944)

This commit is contained in:
fangyuxiang
2017-09-28 23:09:28 +08:00
committed by Dee Koder
parent 3c836b5f34
commit a5fbe1e16c
2 changed files with 29 additions and 8 deletions

View File

@@ -309,6 +309,7 @@ func fsRemoveUploadIDPath(basePath, uploadIDPath string) error {
}
}
fsRemoveDir(uploadIDPath)
return nil
}