Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.21.12.1^2
zouap 4 years ago
parent
commit
d596b5228b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/storage/obs.go

+ 1
- 0
modules/storage/obs.go View File

@@ -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,


Loading…
Cancel
Save