You've already forked symfony-storage
debug
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user