Allow adapter options to be passed
This commit is contained in:
parent
6c615bde72
commit
d450786a7b
|
@ -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()
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user