|
|
|
@@ -200,8 +200,8 @@ public class NewDatasetServiceImpl implements NewDatasetService { |
|
|
|
String s3Path = "management-platform-files" + "/" + relatePath + "/" + branchName; |
|
|
|
//干掉目标文件夹 |
|
|
|
dvcUtils.deleteDirectory(datasetPath); |
|
|
|
Constant.Source_Hand_Export.equals(datasetVo.getDatasetSource()) |
|
|
|
if () { |
|
|
|
|
|
|
|
if (Constant.Source_Hand_Export.equals(datasetVo.getDatasetSource())) { |
|
|
|
String bucketName = sourcePath.split("/")[0]; |
|
|
|
String root_path = sourcePath.split("/")[1]; |
|
|
|
minioUtil.downloadFiles(bucketName, root_path, datasetPath); |
|
|
|
|