Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/sts-handlers_test.go

    	if err.Error() != "Access Denied." {
    		c.Fatalf("unexpected non-access-denied err: %v", err)
    	}
    }
    
    // TestSTSForRoot - needs to be the first test after server setup due to the
    // buckets list check.
    func (s *TestSuiteIAM) TestSTSForRoot(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: Thu Apr 25 15:50:16 GMT 2024
    - 85.7K bytes
    - Viewed (0)
Back to top