Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mustPutObjectWithTags (0.5 sec)

  1. cmd/sts-handlers_test.go

    	})
    	if err != nil {
    		c.Fatalf("Unable to attach policy: %v", err)
    	}
    
    	// confirm that the user is able to access the bucket
    	uClient := s.getUserClient(c, accessKey, secretKey, "")
    	c.mustPutObjectWithTags(ctx, uClient, bucket, object)
    	c.mustGetObject(ctx, uClient, bucket, object)
    
    	assumeRole := cr.STSAssumeRole{
    		Client:      s.TestSuiteCommon.client,
    		STSEndpoint: s.endPoint,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 23:40:37 UTC 2024
    - 97.1K bytes
    - Viewed (0)
Back to top