Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GetBucketACLHandler (0.07 seconds)

  1. cmd/acl-handlers.go

    		writeErrorResponse(ctx, w, toAPIError(ctx, NotImplemented{}), r.URL)
    		return
    	}
    }
    
    // GetBucketACLHandler - GET Bucket ACL
    // -----------------
    // This operation uses the ACL
    // subresource to return the ACL of a specified bucket.
    func (api objectAPIHandlers) GetBucketACLHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "GetBucketACL")
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri May 24 23:05:23 GMT 2024
    - 8.4K bytes
    - Click Count (0)
Back to Top