- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for PutObjectExtractHandler (0.13 sec)
-
cmd/api-router.go
// PutObject with auto-extract support for zip router.Methods(http.MethodPut).Path("/{object:.+}"). HeadersRegexp(xhttp.AmzSnowballExtract, "true"). HandlerFunc(s3APIMiddleware(api.PutObjectExtractHandler, traceHdrsS3HFlag)) // AppendObject to be rejected router.Methods(http.MethodPut).Path("/{object:.+}"). HeadersRegexp(xhttp.AmzWriteOffsetBytes, ""). HandlerFunc(s3APIMiddleware(errorResponseHandler))
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed May 07 15:37:12 UTC 2025 - 23.3K bytes - Viewed (0) -
cmd/object-handlers.go
os.Sweep() } } // PutObjectExtractHandler - PUT Object extract is an extended API // based off from AWS Snowball feature to auto extract compressed // stream will be extracted in the same directory it is stored in // and the folder structures will be built out accordingly. func (api objectAPIHandlers) PutObjectExtractHandler(w http.ResponseWriter, r *http.Request) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0)