From 56dc817cc0e738652cb100e006ded3f5870ea43d Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 9 Nov 2021 14:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- modules/storage/obs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/storage/obs.go b/modules/storage/obs.go index 4b5edaa55..54d4a0a21 100755 --- a/modules/storage/obs.go +++ b/modules/storage/obs.go @@ -322,6 +322,7 @@ func GetObsListObjectByBucketAndPrefix(bucket string, prefix string, parentDir s if err == nil { for _, val := range output.Contents { str1 := strings.Split(val.Key, "/") + log.Info("val.Key=" + val.Key) var isDir bool var fileName, nextParentDir string if strings.HasSuffix(val.Key, "/") {