Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Inventory (0.28 sec)

  1. cmd/api-router.go

    		queries: []string{"acl", ""},
    		path:    "/{object:.+}",
    	},
    }
    
    var rejectedBucketAPIs = []rejectedAPI{
    	{
    		api:     "inventory",
    		methods: []string{http.MethodGet, http.MethodPut, http.MethodDelete},
    		queries: []string{"inventory", ""},
    	},
    	{
    		api:     "cors",
    		methods: []string{http.MethodPut, http.MethodDelete},
    		queries: []string{"cors", ""},
    	},
    	{
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Mar 04 18:05:56 GMT 2024
    - 22.8K bytes
    - Viewed (0)
Back to top