Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fail (0.23 sec)

  1. cmd/admin-handlers-users_test.go

    		TargetUser: accessKey,
    		AccessKey:  "svc-accesskey",
    		SecretKey:  "svc-secretkey",
    		Expiration: &closeExpiration,
    	})
    	if err == nil {
    		c.Fatalf("Creating a svc acc with distant expiration should fail")
    	}
    }
    
    func (s *TestSuiteIAM) TestServiceAccountOpsByAdmin(c *check) {
    	ctx, cancel := context.WithTimeout(context.Background(), testDefaultTimeout)
    	defer cancel()
    
    	bucket := getRandomBucketName()
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Feb 12 16:36:16 GMT 2024
    - 45.7K bytes
    - Viewed (0)
Back to top