diff --git a/modules/storage/obs.go b/modules/storage/obs.go index 76e979967..b78439854 100755 --- a/modules/storage/obs.go +++ b/modules/storage/obs.go @@ -292,6 +292,7 @@ func GetObsListObject(jobName, parentDir string) ([]FileInfo, error) { str1 := strings.Split(val.Key, "/") var isDir bool var fileName, nextParentDir string + log.Info("val.Key=" + val.Key) if strings.HasSuffix(val.Key, "/") { fileName = str1[len(str1)-2] isDir = true