|
@@ -104,8 +104,10 @@ public class BuildReverseE57SceneServiceImpl implements IBuildSceneService {
|
|
String key = null;
|
|
String key = null;
|
|
if(Objects.isNull(rebuild) || rebuild == CommonStatus.NO.code().intValue()){
|
|
if(Objects.isNull(rebuild) || rebuild == CommonStatus.NO.code().intValue()){
|
|
String path = (String)message.getExt().get("path");
|
|
String path = (String)message.getExt().get("path");
|
|
|
|
+ log.info("原e57大小:{}", fYunFileService.getSpace(fYunFileConfig.getBucket(), path));
|
|
//复制原始资源到home目录
|
|
//复制原始资源到home目录
|
|
fYunFileService.copyFileInBucket(path, homeKey);
|
|
fYunFileService.copyFileInBucket(path, homeKey);
|
|
|
|
+ log.info("原e57大小:{}", fYunFileService.getSpace(fYunFileConfig.getBucket(), homeKey));
|
|
//删除临时文件
|
|
//删除临时文件
|
|
fYunFileService.deleteFile(path);
|
|
fYunFileService.deleteFile(path);
|
|
key = homeKey;
|
|
key = homeKey;
|