C# 클래스 Amazon.S3.S3Permission

A list of all ACL permissions. For more information, refer to .
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
FULL_CONTROL S3Permission
READ S3Permission
READ_ACP S3Permission
RESTORE_OBJECT S3Permission
WRITE S3Permission
WRITE_ACP S3Permission

공개 메소드들

메소드 설명
FindValue ( string value ) : S3Permission

Finds the constant for the unique value.

S3Permission ( string value ) : System

Construct S3Permission.

S3Permission ( string value, string headerName ) : System

Construct instance of S3Permission. It is not intended for this constructor to be called. Instead users should call the FindValue.

메소드 상세

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : S3Permission
value string
리턴 S3Permission

S3Permission() 공개 메소드

Construct S3Permission.
public S3Permission ( string value ) : System
value string
리턴 System

S3Permission() 공개 메소드

Construct instance of S3Permission. It is not intended for this constructor to be called. Instead users should call the FindValue.
public S3Permission ( string value, string headerName ) : System
value string
headerName string
리턴 System

프로퍼티 상세

FULL_CONTROL 공개적으로 정적으로 프로퍼티

Provides READ, WRITE, READ_ACP, and WRITE_ACP permissions. It does not convey additional rights and is provided only for convenience.
public static S3Permission,Amazon.S3 FULL_CONTROL
리턴 S3Permission

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.
public static S3Permission,Amazon.S3 READ
리턴 S3Permission

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.
public static S3Permission,Amazon.S3 READ_ACP
리턴 S3Permission

RESTORE_OBJECT 공개적으로 정적으로 프로퍼티

Gives permission to restore an object that is currently stored in Amazon Glacier for archival storage.
public static S3Permission,Amazon.S3 RESTORE_OBJECT
리턴 S3Permission

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.
public static S3Permission,Amazon.S3 WRITE
리턴 S3Permission

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.
public static S3Permission,Amazon.S3 WRITE_ACP
리턴 S3Permission