This commit is contained in:
Cyprian Beauvois 2019-02-20 11:50:22 +01:00
parent 562b1c1f00
commit ebebadaf8f
1 changed files with 7 additions and 5 deletions

View File

@ -19,11 +19,13 @@ class Configuration implements ConfigurationInterface
$root = $treeBuilder->root('storage');
$root->children()
->arrayNode('storage_name')
->children()
->scalarNode('type')->end()
->scalarNode('bucket')->end()
->scalarNode('region')->end()
->scalarNode('endpoint')->end()
->prototype('array')
->children()
->scalarNode('type')->end()
->scalarNode('bucket')->end()
->scalarNode('region')->end()
->scalarNode('endpoint')->end()
->end()
->end()
->end()
->end();