From 7dd2b3a8999e1c01bf301c86f2905723a2267a62 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 21 Jun 2022 17:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=A0=91=E5=BD=A2=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/storage/obs.go b/modules/storage/obs.go index 66493bc1f..cedef3a46 100755 --- a/modules/storage/obs.go +++ b/modules/storage/obs.go @@ -374,7 +374,7 @@ func GetOneLevelAllObjectUnderDir(bucket string, prefixRootPath string, relative fileName = files[0] if len(files) > 1 { isDir = true - ParenDir += fileName + ParenDir += fileName + "/" } else { isDir = false }