From d9dc7213fd9415916e4af0294baccc3549475f59 Mon Sep 17 00:00:00 2001 From: zouap Date: Fri, 10 Jun 2022 17:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/ai_model_manage.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/repo/ai_model_manage.go b/routers/repo/ai_model_manage.go index e9de76f0b..8359c906d 100644 --- a/routers/repo/ai_model_manage.go +++ b/routers/repo/ai_model_manage.go @@ -326,6 +326,7 @@ func MinioDownloadManyFile(path string, ctx *context.Context, returnFileName str ctx.ServerError("download file failed:", err) return } + log.Info("minio file path=" + (path + oneFile.FileName)) body, err := storage.Attachments.Open(path + oneFile.FileName) if err != nil { log.Info("download file failed: %s\n", err.Error())