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') $root->useAttributeAsKey('storage_name')
->prototype('array') ->prototype('array')
->children() ->children()
->scalarNode('type')->end() ->scalarNode('type')->isRequired()->cannotBeEmpty()->end()
->scalarNode('bucket')->end() ->scalarNode('bucket')->end()
->scalarNode('region')->end() ->scalarNode('region')->end()
->scalarNode('endpoint')->end() ->scalarNode('endpoint')->end()