Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestListObjectsV1Resources (0.3 sec)

  1. cmd/api-resources_test.go

    		}
    		if encodingType != testCase.encodingType {
    			t.Errorf("Test %d: Expected %s, got %s", i+1, testCase.encodingType, encodingType)
    		}
    	}
    }
    
    // Test list objects resources V1.
    func TestListObjectsV1Resources(t *testing.T) {
    	testCases := []struct {
    		values                    url.Values
    		prefix, marker, delimiter string
    		maxKeys                   int
    		encodingType              string
    	}{
    		{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 7.1K bytes
    - Viewed (0)
Back to top