Skip to content

Commit

Permalink
Merge pull request KnpLabs#73 from krafas/master
Browse files Browse the repository at this point in the history
Allow AmazonsS3 adapter to have acl option
  • Loading branch information
l3l0 committed Nov 10, 2013
2 parents 9e70925 + b5c3b03 commit 7c21004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Factory/AmazonS3AdapterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function addConfiguration(NodeDefinition $builder)
->end()
->scalarNode('region')->end()
->scalarNode('directory')->end()
->scalarNode('acl')->end()
->end()
->end()
->end()
Expand Down

0 comments on commit 7c21004

Please sign in to comment.