Table of Contents

Class S3Grantee

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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

string

DisplayName

Screen name of the grantee.

public string DisplayName { get; set; }

Property Value

string

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

string

Type

Type of grantee

public GranteeType Type { get; }

Property Value

GranteeType

URI

URI of the grantee group.

public string URI { get; set; }

Property Value

string