Merge pull request #53 from nmpolo/master
Allow AclAwareAmazonS3Adapter to have options set
This commit is contained in:
commit
212c2db832
|
@ -89,6 +89,15 @@ class AclAwareAmazonS3AdapterFactory implements AdapterFactoryInterface
|
||||||
->end()
|
->end()
|
||||||
->end()
|
->end()
|
||||||
->booleanNode('create')->defaultFalse()->end()
|
->booleanNode('create')->defaultFalse()->end()
|
||||||
|
->arrayNode('options')
|
||||||
|
->children()
|
||||||
|
->booleanNode('create')
|
||||||
|
->defaultFalse()
|
||||||
|
->end()
|
||||||
|
->scalarNode('region')->end()
|
||||||
|
->scalarNode('directory')->end()
|
||||||
|
->end()
|
||||||
|
->end()
|
||||||
->end()
|
->end()
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user