AwsS3 adapter: added ACL option in configuration
This commit is contained in:
parent
7c210044bf
commit
96061210e4
|
@ -44,9 +44,8 @@ class AwsS3AdapterFactory implements AdapterFactoryInterface
|
||||||
->addDefaultsIfNotSet()
|
->addDefaultsIfNotSet()
|
||||||
->children()
|
->children()
|
||||||
->scalarNode('directory')->defaultValue('')->end()
|
->scalarNode('directory')->defaultValue('')->end()
|
||||||
->booleanNode('create')
|
->booleanNode('create')->defaultFalse()->end()
|
||||||
->defaultFalse()
|
->scalarNode('acl')->defaultValue('private')->end()
|
||||||
->end()
|
|
||||||
->end()
|
->end()
|
||||||
->end()
|
->end()
|
||||||
->end()
|
->end()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user