Click or drag to resize
IOssGetBucketAcl Method
Gets the bucket ACL

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
AccessControlList GetBucketAcl(
	string bucketName
)

Parameters

bucketName
Type: SystemString
Bucket name

Return Value

Type: AccessControlList
Bucket ACLAccessControlList instance
See Also