|
|
|
@@ -378,6 +378,7 @@ func CloudbrainDownloadLogFile(ctx *context.Context) { |
|
|
|
ctx.ServerError(err.Error(), err) |
|
|
|
return |
|
|
|
} |
|
|
|
|
|
|
|
prefix := "/" + setting.CBCodePathPrefix + job.JobName + "/model" |
|
|
|
files, err := storage.GetOneLevelAllObjectUnderDirMinio(setting.Attachment.Minio.Bucket, prefix, "") |
|
|
|
if err != nil { |
|
|
|
|