This commit is contained in:
2019-02-20 11:50:22 +01:00
parent 562b1c1f00
commit ebebadaf8f

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();