This commit is contained in:
2019-02-20 12:36:07 +01:00
parent 405d854c01
commit fb171e0655
2 changed files with 12 additions and 32 deletions

View File

@@ -25,6 +25,8 @@ 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'],