From acf0ccfff4416ad27365fa034b05dfec65830ece Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 8 Nov 2021 17:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=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 76e979967..b78439854 100755 --- a/modules/storage/obs.go +++ b/modules/storage/obs.go @@ -292,6 +292,7 @@ func GetObsListObject(jobName, parentDir string) ([]FileInfo, error) { str1 := strings.Split(val.Key, "/") var isDir bool var fileName, nextParentDir string + log.Info("val.Key=" + val.Key) if strings.HasSuffix(val.Key, "/") { fileName = str1[len(str1)-2] isDir = true