This commit is contained in:
2019-02-20 11:59:30 +01:00
parent b3ba36ea5b
commit 46819f1cd0

View File

@@ -20,10 +20,18 @@ class Configuration implements ConfigurationInterface
$root->useAttributeAsKey('storage_name')
->prototype('array')
->children()
->scalarNode('type')->end()
->scalarNode('type')->end()
->scalarNode('bucket')->end()
->scalarNode('region')->end()
->scalarNode('endpoint')->end()
->arrayNode('credentials')
->children()
->scalarNode('key')->end()
->scalarNode('secret')->end()
->end()
->end()
->scalarNode('version')->end()
->scalarNode('path')->end()
->end()
->end()
->end();