/**
  * Returns the URL of this object.
  *
  * @return string  an absolute URL
  * @throws Services_Amazon_S3_Exception
  */
 public function getURL()
 {
     return $this->bucket->getURL() . rawurlencode($this->key);
 }