@@ -392,7 +392,7 @@ 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")){
+ if(key.contains("x-oss-process") || key.endsWith("/")){
return;
}