A list of all ACL permissions. For more information, refer:
Inheritance Hierarchy
Namespace: Amazon.S3
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public sealed class S3Permission : ConstantClass
The S3Permission type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
S3Permission(string) | |
![]() |
S3Permission(string, string) |
Properties
Name | Description | |
---|---|---|
![]() |
HeaderName | |
![]() |
Value | Gets the value that needs to be used when send the value to AWS |
Methods
Name | Description | |
---|---|---|
![]() ![]() |
FindValue(string) | Finds the constant for the unique value. |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
FULL_CONTROL | Provides READ, WRITE, READ_ACP, and WRITE_ACP permissions. It does not convey additional rights and is provided only for convenience. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
RESTORE_OBJECT | Gives permission to restore an object that is currently stored in Amazon Glacier for archival storage. |
![]() ![]() |
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. |
![]() ![]() |
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. |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8
.NET for Windows Phone:
Supported in: Window Phone 8