From 750927cec806d27e633105595cff603f2df84504 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Wed, 20 Feb 2019 13:01:30 +0100 Subject: [PATCH] debug --- StorageBundle/Adaptors/S3Storage.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/StorageBundle/Adaptors/S3Storage.php b/StorageBundle/Adaptors/S3Storage.php index 9a7ab53..129cce7 100644 --- a/StorageBundle/Adaptors/S3Storage.php +++ b/StorageBundle/Adaptors/S3Storage.php @@ -19,8 +19,6 @@ class S3Storage protected $bucket; protected $region; - private $required_config_field = ['bucket', 'region', 'endpoint', 'credientials']; - public function __construct ($storage_name, $config) { // TODO: on check la présence de "bucket", "region", "endpoint", "credentials" ("key", "secret") dans $config