Skip to content

Commit

Permalink
Merge pull request KnpLabs#76 from teohhanhui/master
Browse files Browse the repository at this point in the history
AwsS3 adapter: added ACL option in configuration
  • Loading branch information
l3l0 committed Nov 13, 2013
2 parents 7c21004 + 9606121 commit 3bf4e03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DependencyInjection/Factory/AwsS3AdapterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ public function addConfiguration(NodeDefinition $builder)
->addDefaultsIfNotSet()
->children()
->scalarNode('directory')->defaultValue('')->end()
->booleanNode('create')
->defaultFalse()
->end()
->booleanNode('create')->defaultFalse()->end()
->scalarNode('acl')->defaultValue('private')->end()
->end()
->end()
->end()
Expand Down

0 comments on commit 3bf4e03

Please sign in to comment.