Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PutObjectACL (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/api-router.go

    		// GetObjectACL - this is a dummy call.
    		router.Methods(http.MethodGet).Path("/{object:.+}").
    			HandlerFunc(s3APIMiddleware(api.GetObjectACLHandler, traceHdrsS3HFlag)).
    			Queries("acl", "")
    		// PutObjectACL - this is a dummy call.
    		router.Methods(http.MethodPut).Path("/{object:.+}").
    			HandlerFunc(s3APIMiddleware(api.PutObjectACLHandler, traceHdrsS3HFlag)).
    			Queries("acl", "")
    		// GetObjectTagging
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Oct 24 04:05:19 GMT 2025
    - 23.3K bytes
    - Click Count (0)
Back to Top