Ejemplo n.º 1
0
 /**
  * Returns an iterator over objects whose key starting with this common
  * prefix.
  *
  * @return Services_Amazon_S3_ObjectIterator
  * @throws Services_Amazon_S3_Exception
  */
 public function getObjects()
 {
     return $this->bucket->getObjects($this->prefix, $this->delimiter);
 }