Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PutObjectLegalHoldHandler (0.09 seconds)

  1. cmd/api-router.go

    			HandlerFunc(s3APIMiddleware(api.PutObjectRetentionHandler)).
    			Queries("retention", "")
    		// PutObjectLegalHold
    		router.Methods(http.MethodPut).Path("/{object:.+}").
    			HandlerFunc(s3APIMiddleware(api.PutObjectLegalHoldHandler)).
    			Queries("legal-hold", "")
    
    		// PutObject with auto-extract support for zip
    		router.Methods(http.MethodPut).Path("/{object:.+}").
    			HeadersRegexp(xhttp.AmzSnowballExtract, "true").
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Oct 24 04:05:19 GMT 2025
    - 23.3K bytes
    - Click Count (0)
Back to Top