- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for shouldGzipObjects (0.19 sec)
-
cmd/object-lambda-handlers.go
fwdHeadersToS3(resp.Header, w) if apiErr := fwdStatusToAPIError(statusCode, resp); apiErr != nil { writeErrorResponse(ctx, w, *apiErr, r.URL) return } if !globalAPIConfig.shouldGzipObjects() { w.Header().Set(gzhttp.HeaderNoCompression, "true") } w.WriteHeader(statusCode) io.Copy(w, resp.Body)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jul 18 21:56:31 UTC 2025 - 6.5K bytes - Viewed (0)