Click or drag to resize
OssClientGetBucketAcl Method
Gets the bucket ACL

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

Parameters

bucketName
Type: SystemString
Bucket name

Return Value

Type: AccessControlList
访问权限AccessControlList instance

Implements

IOssGetBucketAcl(String)
See Also