Click or drag to resize

CannedAclEnum Enumeration

Pre-defined access control policy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public enum CannedAclEnum
Members
  Member nameValueDescription
Private0 Private read/write
PublicRead1 Public read and private write
PublicReadWrite2 Public read/write
PublicReadDelivered3 Public read on a bucket as well as objects in the bucket
PublicReadWriteDelivered4 Public read/write on a bucket as well as objects in the bucket
AuthenticatedRead5 Obsolete. Read for grantees and private write
BucketOwnerRead6 Obsolete. Read for bucket owners and read/write for object owners
BucketOwnerFullControl7 Obsolete. Read/Write for bucket owners and object owners
LogDeliveryWrite8 Obsolete. Write for the log delivery group
See Also