Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for filtering (0.15 sec)

  1. cmd/api-errors.go

    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrOverlappingFilterNotification: {
    		Code:           "InvalidArgument",
    		Description:    "An object key name filtering rule defined with overlapping prefixes, overlapping suffixes, or overlapping combinations of prefixes and suffixes for the same event types.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrFilterNameInvalid: {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 91.4K bytes
    - Viewed (7)
  2. cmd/test-utils_test.go

    		localMetacacheMgr.deleteAll()
    	}
    	setObjectLayer(newObjectLayerFn())
    	cancel()
    	removeRoots(fsDirs)
    }
    
    // ExecObjectLayerDiskAlteredTest - executes object layer tests while altering
    // disks in between tests. Creates Erasure ObjectLayer instance and runs test for Erasure layer.
    func ExecObjectLayerDiskAlteredTest(t *testing.T, objTest objTestDiskNotFoundType) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 17:26:51 GMT 2024
    - 76.2K bytes
    - Viewed (0)
Back to top