debug
This commit is contained in:
parent
d154cab623
commit
750927cec8
|
@ -19,8 +19,6 @@ class S3Storage
|
||||||
protected $bucket;
|
protected $bucket;
|
||||||
protected $region;
|
protected $region;
|
||||||
|
|
||||||
private $required_config_field = ['bucket', 'region', 'endpoint', 'credientials'];
|
|
||||||
|
|
||||||
public function __construct ($storage_name, $config)
|
public function __construct ($storage_name, $config)
|
||||||
{
|
{
|
||||||
// TODO: on check la présence de "bucket", "region", "endpoint", "credentials" ("key", "secret") dans $config
|
// TODO: on check la présence de "bucket", "region", "endpoint", "credentials" ("key", "secret") dans $config
|
||||||
|
|
Loading…
Reference in New Issue