|
|
|
@@ -399,7 +399,7 @@ func CloudbrainDownloadLogFile(ctx *context.Context) { |
|
|
|
ctx.ServerError("Get minio get SignedUrl failed", err) |
|
|
|
return |
|
|
|
} |
|
|
|
http.Redirect(ctx.Resp, ctx.Req.Request, url, http.StatusMovedPermanently) |
|
|
|
http.Redirect(ctx.Resp, ctx.Req.Request, url, http.StatusTemporaryRedirect) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|