|
@@ -601,7 +601,7 @@ public class CreateObjUtil {
|
|
log.info("删除/mnt/data/下的数据完毕:" + command);
|
|
log.info("删除/mnt/data/下的数据完毕:" + command);
|
|
}
|
|
}
|
|
|
|
|
|
- public static void ossUtilCp(String fileUrl , String path) throws Exception{
|
|
|
|
|
|
+ public static void ossUtilCp(String bucket, String fileUrl , String path) throws Exception{
|
|
String command = ConstantCmd.OSS_UTIL_CP + " " + fileUrl + " " + path;
|
|
String command = ConstantCmd.OSS_UTIL_CP + " " + fileUrl + " " + path;
|
|
Long start = System.currentTimeMillis();
|
|
Long start = System.currentTimeMillis();
|
|
log.info("开始oss下载文件:" + command);
|
|
log.info("开始oss下载文件:" + command);
|