Allow adapter options to be passed

This commit is contained in:
Nicholas Masters 2013-06-23 18:43:17 +00:00
parent 6c615bde72
commit d450786a7b

View File

@ -89,6 +89,15 @@ class AclAwareAmazonS3AdapterFactory implements AdapterFactoryInterface
->end()
->end()
->booleanNode('create')->defaultFalse()->end()
->arrayNode('options')
->children()
->booleanNode('create')
->defaultFalse()
->end()
->scalarNode('region')->end()
->scalarNode('directory')->end()
->end()
->end()
->end()
;
}