From d596b5228b8f3c72980ba6a864749d99adf2ab9a Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 9 Nov 2021 14:46:49 +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 a0fa56407..4b5edaa55 100755 --- a/modules/storage/obs.go +++ b/modules/storage/obs.go @@ -335,6 +335,7 @@ func GetObsListObjectByBucketAndPrefix(bucket string, prefix string, parentDir s fileName = str1[len(str1)-1] isDir = false } + log.Info("fileName=" + fileName) fileInfo := FileInfo{ ModTime: val.LastModified.Format("2006-01-02 15:04:05"), FileName: fileName,