Click or drag to resize
IOssGetBucketAcl Method
Gets the bucket ACL

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

Parameters

bucketName
Type: SystemString
Bucket name

Return Value

Type: AccessControlList
访问权限AccessControlList instance
See Also