コード例 #1
0
ファイル: s3file.php プロジェクト: JoonasMelin/BotQueue
 public function getDownloadURL()
 {
     if ($this->get('path')) {
         return $this->client->getObjectUrl($this->get('bucket'), $this->get('path'));
     }
     return "";
 }