This commit is contained in:
2019-02-20 12:44:23 +01:00
parent febdb7cfb5
commit 2c325f64ed
2 changed files with 7 additions and 9 deletions

View File

@@ -25,8 +25,6 @@ class S3Storage
$this->config = $config;
$this->bucket = $config['bucket'];
dump($this); die;
$this->client = new S3Client([
'version' => isset($config['version']) ? $config['version'] : 'latest',
'region' => $config['region'],