Merge pull request #76 from teohhanhui/master

AwsS3 adapter: added ACL option in configuration
This commit is contained in:
Leszek Prabucki 2013-11-12 23:41:39 -08:00
commit 3bf4e03513

View File

@ -44,9 +44,8 @@ class AwsS3AdapterFactory implements AdapterFactoryInterface
->addDefaultsIfNotSet()
->children()
->scalarNode('directory')->defaultValue('')->end()
->booleanNode('create')
->defaultFalse()
->end()
->booleanNode('create')->defaultFalse()->end()
->scalarNode('acl')->defaultValue('private')->end()
->end()
->end()
->end()