@@ -106,6 +106,8 @@ public class BuildReverseE57SceneServiceImpl implements IBuildSceneService {
String path = (String)message.getExt().get("path");
//复制原始资源到home目录
fYunFileService.copyFileInBucket(path, homeKey);
+ //删除临时文件
+ fYunFileService.deleteFile(path);
key = homeKey;
}else{