Пример #1
0
 /**
  * @param $bucketId
  * @param $fileName
  * @return mixed
  * @throws \Exception
  */
 public function downloadFileByName($bucketName, $fileName)
 {
     return $this->B2Client->downloadFileByName($bucketName . '/' . $fileName);
 }