Click or drag to resize

ExtensionBucketPermissionEnum Enumeration

OBS bucket extension permission

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public enum ExtensionBucketPermissionEnum
Members
  Member nameValueDescription
GrantRead0 Grant the read permission to all users belonging to the specified "domainId" for listing objects, listing multipart uploads, listing bucket versions, and obtaining bucket metadata.
GrantWrite1 Grant the write permission to all users belonging to the specified "domainId" so that the users can create, delete, overwrite objects in buckets, as well as initialize, upload, copy, and combine parts and abort multipart uploads.
GrantReadAcp2 Grant the READ_ACP permission to all users belonging to the specified "domainId" to obtain ACLs of objects.
GrantWriteAcp3 Grant the WRITE_ACP permission to all users belonging to the specified "domainId" to modify bucket ACLs.
GrantFullControl4 Grant full control permissions to all users belonging to the specified "domainId".
GrantReadDelivered5 Grant the read permission to all users belonging to the specified "domainId". By default, these users have read permissions on all objects in the bucket.
GrantFullControlDelivered6 Grant the full control permission to all users belonging to the specified "domainId". By default, these users have the full control permission on all objects in the bucket.
See Also