From bb0d9623e1edc15e4b5682e6e35423754f0229e3 Mon Sep 17 00:00:00 2001 From: xiaokang Date: Tue, 5 Dec 2023 17:36:24 +0800 Subject: [PATCH] remove oss url --- scripts/ossUtil/index.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/ossUtil/index.js b/scripts/ossUtil/index.js index d46a1ffda..e0a00d359 100644 --- a/scripts/ossUtil/index.js +++ b/scripts/ossUtil/index.js @@ -128,17 +128,6 @@ class OSSUtil { /** * * @param {*} ossPath - * @returns - * { - name: 'front-test/help-doc/en-us/data/.DS_Store', - url: 'http://antsys-obodc-build.cn-hangzhou-alipay-b-internal.oss-internal.aliyun-inc.com/front-test/help-doc/en-us/data/.DS_Store', - lastModified: '2022-11-16T11:25:44.000Z', - etag: '"C918CFA464B8DAAB7CAFDBF33AB231BC"', - type: 'Normal', - size: 6148, - storageClass: 'Standard', - owner: null - } */ async getOSSFolderFiles(ossPath, nextToken) { const realOSSPath = path.relative('/', ossPath);