Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetBucketACLHandler (0.1 sec)

  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")
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top