Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 resolver put options #535

Merged
merged 6 commits into from
Dec 10, 2014

Conversation

ruslan-polutsygan
Copy link
Contributor

No description provided.

@@ -26,7 +26,8 @@ public function create(ContainerBuilder $container, $resolverName, array $config
$resolverDefinition->replaceArgument(0, new Reference($awsS3ClientId));
$resolverDefinition->replaceArgument(1, $config['bucket']);
$resolverDefinition->replaceArgument(2, $config['acl']);
$resolverDefinition->replaceArgument(3, $config['url_options']);
$resolverDefinition->replaceArgument(3, array_merge($config['url_options'], $config['get_options']));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

array_replace

@makasim
Copy link
Collaborator

makasim commented Dec 10, 2014

@ruslan-polutsygan could you add a note about this feature to change log file?

makasim added a commit that referenced this pull request Dec 10, 2014
@makasim makasim merged commit 5be10ce into liip:master Dec 10, 2014
@makasim
Copy link
Collaborator

makasim commented Dec 10, 2014

@ruslan-polutsygan @kostiklv thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants