丁云鹏 10 månader sedan
förälder
incheckning
338f9337e1

+ 3 - 0
recommend-feature-produce/src/main/java/com/tzld/piaoquan/recommend/feature/produce/service/OSSService.java

@@ -24,6 +24,9 @@ public class OSSService implements Serializable {
         OSS ossClient = new OSSClientBuilder().build(endpoint, accessId, accessKey);
         for (String objectName : objectNames) {
             try {
+                if (objectName.equals("longvideo/transcode/video/vpc/20201005/14669835mFTpXunpuvZnTU8xbj.m3u8")) {
+                    throw new OSSException("find longvideo/transcode/video/vpc/20201005/14669835mFTpXunpuvZnTU8xbj.m3u8");
+                }
                 if (objectName.startsWith("http")) {
                     continue;
                 }