コード例 #1
0
 public function __construct()
 {
     $s3Client = new S3Client(['credentials' => ['key' => $this->findAwsKey(), 'secret' => $this->findAwsSecret()], 'region' => $this->findAwsRegion(), 'version' => 'latest']);
     parent::__construct($s3Client, $this->findAwsBucket(), 'protected');
 }