|
|
|
@@ -620,6 +620,7 @@ public class NewDatasetServiceImpl implements NewDatasetService { |
|
|
|
// .contentType(MediaType.APPLICATION_OCTET_STREAM) |
|
|
|
// .body(resource); |
|
|
|
String[] split = filePath.split("/"); |
|
|
|
String t1 = endpointIp + "/" + bucketName + "/" + platformDataBucketName + "/" + String.join("/", Arrays.copyOfRange(split, 3, split.length)); |
|
|
|
return endpointIp + "/" + bucketName + "/" + platformDataBucketName + "/" + String.join("/", Arrays.copyOfRange(split, 3, split.length)); |
|
|
|
} |
|
|
|
|
|
|
|
|