예제 #1
0
 public AccessControlList GetObjectAcl(string bucketName, string key)
 {
     return(client.GetObjectAcl(bucketName, key));
 }