|
|
@@ -1275,7 +1275,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
log.info("打包耗时:" + (end1 - start));
|
|
|
//上传压缩包
|
|
|
// uploadToOssUtil.upload(zipPath, String.format(cacheFormat, num) + downloadName);
|
|
|
- uploadToOssUtil.uploadBySh(bucket, zipPath, String.format(cacheFormat, num) + downloadName);
|
|
|
+ uploadToOssUtil.uploadFileBySh(bucket, zipPath, String.format(cacheFormat, num) + downloadName);
|
|
|
url = ossUrlPrefix + String.format(cacheFormat, num) + downloadName;
|
|
|
long end2 = Calendar.getInstance().getTimeInMillis();
|
|
|
log.info("上传耗时:" + (end2 - end1));
|