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, "/") {