Class S3Grantee
Grantee
public class S3Grantee
- Inheritance
-
S3Grantee
- Inherited Members
Constructors
S3Grantee()
public S3Grantee()
Properties
CanonicalUser
The canonical user ID of the grantee.
public string CanonicalUser { get; set; }
Property Value
DisplayName
Screen name of the grantee.
public string DisplayName { get; set; }
Property Value
EmailAddress
Gets and sets the property EmailAddress.
Email address of the grantee.
note
Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions:
US East (N. Virginia)
US West (N. California)
US West (Oregon)
Asia Pacific (Singapore)
Asia Pacific (Sydney)
Asia Pacific (Tokyo)
Europe (Ireland)
South America (São Paulo)
For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the Amazon Web Services General Reference.
public string EmailAddress { get; set; }
Property Value
Type
Type of grantee
public GranteeType Type { get; }
Property Value
URI
URI of the grantee group.
public string URI { get; set; }