
 Declaration Syntax

 Members
| Member | Description | 
|---|
| INVALID | An invalid permission that will not make the request invalid. 
 | 
| READ | When applied to a bucket, grants permission to list the bucket.
            When applied to an object, this grants permission to read the
            object data and/or metadata. 
 | 
| WRITE | When applied to a bucket, grants permission to create, overwrite,
            and delete any object in the bucket. This permission is not
            supported for objects. 
 | 
| READ_ACP | Grants permission to read the ACL for the applicable bucket or object.
            The owner of a bucket or object always has this permission implicitly. 
 | 
| WRITE_ACP | Gives permission to overwrite the ACP for the applicable bucket or object.
            The owner of a bucket or object always has this permission implicitly.
            Granting this permission is equivalent to granting FULL_CONTROL because
            the grant recipient can make any changes to the ACP. 
 | 
| FULL_CONTROL | Provides READ, WRITE, READ_ACP, and WRITE_ACP permissions.
            It does not convey additional rights and is provided only for convenience. 
 | 
| RESTORE_OBJECT | Gives permission to restore an object that is currently stored in Amazon Glacier
            for archival storage. 
 | 
Assembly: 
AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)