Merge branch 'main' of http://carsafe.uicp.cn/toolchaintechnologycenter/spdm-backend
This commit is contained in:
@@ -1274,7 +1274,7 @@ public class MinioFileIDataFileServiceImpl implements IDataFileService {
|
||||
}
|
||||
// 碎片目录
|
||||
String tempDirPath = org.apache.commons.lang3.StringUtils.isBlank(req.getFileTempPath())?
|
||||
filePath +"temp/"+timestamp+"/":req.getFileTempPath();
|
||||
filePath +"temp_"+timestamp+"/":req.getFileTempPath();
|
||||
// 1. 保存当前分片到临时目录 1 2 3 4 ....temp
|
||||
String chunkFileName =tempDirPath+req.getChunk()+ PermConstants.CHUNK_TEMPFILE_SUFFIX;
|
||||
// 片文件上传到minio
|
||||
|
||||
Reference in New Issue
Block a user