Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildKMSRequest (0.14 sec)

  1. cmd/kms-handlers_test.go

    	} else {
    		setupKMSUser(t, userAccessKey, userSecretKey, test.policy)
    		accessKey = userAccessKey
    		secretKey = userSecretKey
    	}
    
    	req := buildKMSRequest(t, test.method, test.path, accessKey, secretKey, test.query)
    	rec := httptest.NewRecorder()
    	adminTestBed.router.ServeHTTP(rec, req)
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Aug 18 06:43:03 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top