listBuckets() public method

Available keys: Name, CreationDate
public listBuckets ( ) : mixed
return mixed
Ejemplo n.º 1
0
 /**
  * Returns a list of all buckets owned by the authenticated sender of the request.
  * Available keys: Name, CreationDate
  * @return mixed
  */
 public function listBuckets()
 {
     return $this->instance->listBuckets();
 }