|
@@ -392,6 +392,10 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
|
|
|
private void processImage(String key, ZipOutputStream out, String resolution, int imagesVersion, Set<String> imgKeys) throws Exception{
|
|
|
|
|
|
+ if(key.contains("x-oss-process")){
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
String fileName = key.substring(key.lastIndexOf("/")+1, key.indexOf("."));
|
|
|
String ext = key.substring(key.lastIndexOf("."));
|
|
|
String[] arr = fileName.split("_skybox");
|