Browse Source

Merge branch 'zouap_static' of openi.pcl.ac.cn:OpenI/aiforge into zouap_static

tags/v1.22.11.2^2
chenshihai 3 years ago
parent
commit
84da1dce37
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/attachment.go

+ 1
- 0
routers/repo/attachment.go View File

@@ -691,6 +691,7 @@ func GetSuccessChunks(ctx *context.Context) {
if storage.ObsGetFilesSize(bucketName, []string{destObjectName}) > 0 {
isExist = true
} else {
log.Info("obs copy............")
storage.ObsCopyFile(bucketName, srcObjectName, bucketName, destObjectName)
}
}


Loading…
Cancel
Save