Class S3Grant
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
Permission
Specifies the permission given to the grantee.
public S3Permission Permission { get; set; }