C# 클래스 Amazon.S3.S3CannedACL

A list of all possible CannedACLs that can be used for S3 Buckets or S3 Objects. For more information about CannedACLs, refer to .
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AWSExecRead S3CannedACL
AuthenticatedRead S3CannedACL
BucketOwnerFullControl S3CannedACL
BucketOwnerRead S3CannedACL
LogDeliveryWrite S3CannedACL
NoACL S3CannedACL
Private S3CannedACL
PublicRead S3CannedACL
PublicReadWrite S3CannedACL

공개 메소드들

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

Finds the constant for the unique value.

S3CannedACL ( string value ) : System

Construct instance of S3CannedACL. 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 ) : S3CannedACL
value string
리턴 S3CannedACL

S3CannedACL() 공개 메소드

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

프로퍼티 상세

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

Owner gets FULL_CONTROL. Amazon EC2 gets READ access to GET an Amazon Machine Image (AMI) bundle from Amazon S3.
public static S3CannedACL,Amazon.S3 AWSExecRead
리턴 S3CannedACL

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

Owner gets FULL_CONTROL, and any principal authenticated as a registered Amazon S3 user is granted READ access.
public static S3CannedACL,Amazon.S3 AuthenticatedRead
리턴 S3CannedACL

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

Object Owner gets FULL_CONTROL, Bucket Owner gets FULL_CONTROL. This ACL applies only to objects and is equivalent to private when used with PUT Bucket. You use this ACL to let someone other than the bucket owner write content (get full control) in the bucket but still grant the bucket owner full rights over the objects.
public static S3CannedACL,Amazon.S3 BucketOwnerFullControl
리턴 S3CannedACL

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

Object Owner gets FULL_CONTROL, Bucket Owner gets READ This ACL applies only to objects and is equivalent to private when used with PUT Bucket. You use this ACL to let someone other than the bucket owner write content (get full control) in the bucket but still grant the bucket owner read access to the objects.
public static S3CannedACL,Amazon.S3 BucketOwnerRead
리턴 S3CannedACL

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

The LogDelivery group gets WRITE and READ_ACP permissions on the bucket.
public static S3CannedACL,Amazon.S3 LogDeliveryWrite
리턴 S3CannedACL

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

Owner gets FULL_CONTROL. No one else has access rights (default).
public static S3CannedACL,Amazon.S3 NoACL
리턴 S3CannedACL

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

Owner gets FULL_CONTROL. No one else has access rights (default).
public static S3CannedACL,Amazon.S3 Private
리턴 S3CannedACL

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

Owner gets FULL_CONTROL and the anonymous principal is granted READ access. If this policy is used on an object, it can be read from a browser with no authentication.
public static S3CannedACL,Amazon.S3 PublicRead
리턴 S3CannedACL

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

Owner gets FULL_CONTROL, the anonymous principal is granted READ and WRITE access. This can be a useful policy to apply to a bucket, but is generally not recommended.
public static S3CannedACL,Amazon.S3 PublicReadWrite
리턴 S3CannedACL