Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tokenRevokeType (0.06 sec)

  1. cmd/sts-handlers_test.go

    		assumeRole := cr.STSAssumeRole{
    			Client:      s.TestSuiteCommon.client,
    			STSEndpoint: s.endPoint,
    			Options: cr.STSAssumeRoleOptions{
    				AccessKey:       accessKey,
    				SecretKey:       secretKey,
    				TokenRevokeType: tc.tokenType,
    			},
    		}
    
    		value, err := assumeRole.Retrieve()
    		if err != nil {
    			c.Fatalf("err calling assumeRole: %v", err)
    		}
    
    		minioClient, err := minio.New(s.endpoint, &minio.Options{
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 100.2K bytes
    - Viewed (1)
Back to top