This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.21.12.1^2
zouap
4 years ago
parent
dc4fa1fb9e
commit
d596b5228b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
Cancel
Save