Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Ordering (0.18 sec)

  1. cmd/object_api_suite_test.go

    		}
    		if len(result.Objects) != 2 {
    			t.Errorf("%s: Expected length of objects to be %d, instead found to be %d", instanceType, 2, len(result.Objects))
    		}
    	}
    
    	// check ordering of pages.
    	{
    		result, err = obj.ListObjects(context.Background(), "bucket", "", "", "", 1000)
    		if err != nil {
    			t.Fatalf("%s: <ERROR> %s", instanceType, err)
    		}
    		if result.Objects[0].Name != "newPrefix" {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 32.3K bytes
    - Viewed (0)
Back to top