getBucketPolicy() public method

Returns the policy of a specified bucket.
public getBucketPolicy ( string $bucket ) : mixed
$bucket string
return mixed
Ejemplo n.º 1
0
 /**
  * Returns the policy of a specified bucket.
  *
  * @param string $bucket
  *
  * @return mixed
  */
 public function getBucketPolicy($bucket)
 {
     return $this->instance->getBucketPolicy($bucket);
 }