|
@@ -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;
|
|
|
}
|