Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testListObjectsWithILM (0.25 sec)

  1. cmd/object-api-listobjects_test.go

    		_, err = obj.ListObjects(b.Context(), bucket, "", "obj9000", "", -1)
    		if err != nil {
    			b.Fatal(err)
    		}
    	}
    }
    
    func TestListObjectsWithILM(t *testing.T) {
    	ExecObjectLayerTest(t, testListObjectsWithILM)
    }
    
    func testListObjectsWithILM(obj ObjectLayer, instanceType string, t1 TestErrHandler) {
    	// Prepare lifecycle expiration workers
    	es := newExpiryState(t1.Context(), obj, 0)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 76.1K bytes
    - Viewed (0)
Back to top