|
|
|
@@ -399,7 +399,11 @@ func CloudbrainDownloadLogFile(ctx *context.Context) { |
|
|
|
ctx.ServerError("Get minio get SignedUrl failed", err) |
|
|
|
return |
|
|
|
} |
|
|
|
log.Info("fileName=" + fileName) |
|
|
|
http.Redirect(ctx.Resp, ctx.Req.Request, url, http.StatusTemporaryRedirect) |
|
|
|
} else { |
|
|
|
log.Info("fileName is null.") |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|