This commit is contained in:
parent
4fcf588aaa
commit
8db19d293d
1 changed files with 2 additions and 0 deletions
2
serve.go
2
serve.go
|
@ -52,6 +52,8 @@ func (h handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
slog.Info("GET", "domain", domain, "path", path)
|
||||
|
||||
stat, err := object.Stat()
|
||||
if err != nil {
|
||||
resp := minio.ToErrorResponse(err)
|
||||
|
|
Loading…
Reference in a new issue