This commit is contained in:
2019-02-20 13:04:35 +01:00
parent a58398adf0
commit 62f60374ea

View File

@@ -20,7 +20,7 @@ class Configuration implements ConfigurationInterface
$root->useAttributeAsKey('storage_name')
->prototype('array')
->children()
->scalarNode('type')->end()
->scalarNode('type')->isRequired()->cannotBeEmpty()->end()
->scalarNode('bucket')->end()
->scalarNode('region')->end()
->scalarNode('endpoint')->end()