Table of Contents

Class S3Grant

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

Container for granting information.

Buckets that use the bucket owner enforced setting for Object Ownership don't support target grants. For more information, see Permissions server access log delivery in the Amazon S3 User Guide.

public class S3Grant
Inheritance
S3Grant
Inherited Members

Constructors

S3Grant()

public S3Grant()

Properties

Grantee

The grantee details.

public S3Grantee Grantee { get; set; }

Property Value

S3Grantee

Permission

Specifies the permission given to the grantee.

public S3Permission Permission { get; set; }

Property Value

S3Permission