Browse Source

add line

pull/1918/head
Konstantin Lebedev 4 years ago
parent
commit
bf94149920
  1. 1
      weed/s3api/s3api_object_handlers.go

1
weed/s3api/s3api_object_handlers.go

@ -310,6 +310,7 @@ func (s3a *S3ApiServer) proxyToFiler(w http.ResponseWriter, r *http.Request, des
return
}
defer util.CloseResponse(resp)
if resp.ContentLength == -1 || resp.StatusCode == 404 {
if r.Method != "DELETE" {
writeErrorResponse(w, s3err.ErrNoSuchKey, r.URL)

Loading…
Cancel
Save