Click or drag to resize
IOssGetObjectAcl Method
Gets the object ACL

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

Parameters

bucketName
Type: SystemString
Bucket name
key
Type: SystemString
Key

Return Value

Type: AccessControlList
AccessControlList instance
See Also