|
|
|
@@ -629,9 +629,10 @@ func GetSuccessChunks(ctx *context.Context) { |
|
|
|
|
|
|
|
isExist := false |
|
|
|
if typeCloudBrain == models.TypeCloudBrainOne { |
|
|
|
|
|
|
|
isExist, err = storage.Attachments.HasObject(getCloudOneMinioPrefix(scene, fileChunk)) |
|
|
|
if isExist { |
|
|
|
log.Info("The file is exist in minio. has uploaded.") |
|
|
|
log.Info("The file is exist in minio. has uploaded.path=" + getCloudOneMinioPrefix(scene, fileChunk)) |
|
|
|
} else { |
|
|
|
log.Info("The file is not exist in minio..") |
|
|
|
} |
|
|
|
|