Exemplo n.º 1
0
 public function getDownloadURL()
 {
     if ($this->get('path')) {
         return $this->client->getObjectUrl($this->get('bucket'), $this->get('path'));
     }
     return "";
 }