getBucketLocation() public method

Returns the region the bucket resides in.
public getBucketLocation ( string $bucket ) : mixed
$bucket string
return mixed
Ejemplo n.º 1
0
 /**
  * Returns the region the bucket resides in.
  *
  * @param string $bucket
  *
  * @return mixed
  */
 public function getBucketLocation($bucket)
 {
     return $this->instance->getBucketLocation($bucket);
 }