getBucketAcl() public method

Get access control policy for the bucket
public getBucketAcl ( string $bucket ) : mixed
$bucket string
return mixed
Ejemplo n.º 1
0
 /**
  * Get access control policy for the bucket
  *
  * @param string $bucket
  *
  * @return mixed
  */
 public function getBucketAcl($bucket)
 {
     return $this->instance->getBucketAcl($bucket);
 }