Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AccountStatus (0.07 sec)

  1. cmd/admin-handlers-users_test.go

    	if err != nil {
    		c.Fatalf("unable to get svc acc info: %v", err)
    	}
    	if !skipParentUserCheck {
    		c.Assert(infoResp.ParentUser, parentAK)
    	}
    	c.Assert(infoResp.AccountStatus, "on")
    	c.Assert(infoResp.ImpliedPolicy, true)
    }
    
    // This test assumes that the policy for `accessKey` allows listing on the given
    // bucket. It creates a session policy that restricts listing on the bucket and
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Sep 22 00:33:43 UTC 2024
    - 47.3K bytes
    - Viewed (0)
Back to top