You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the objUrlOptions was introduced to add support for https on S3Resolver
but I am not sure how to add this to my config
is there a way to add this in my service definition?
I see the objUrlOptions was introduced to add support for https on S3Resolver
but I am not sure how to add this to my config
is there a way to add this in my service definition?
I currently have something like this:
app.imagine.cache.resolver.amazon_s3:
class: Liip\ImagineBundle\Imagine\Cache\Resolver\AmazonS3Resolver
arguments:
- "@appl.S3"
- "%aws_bucket%"
tags:
- { name: 'liip_imagine.cache.resolver', resolver: 'amazon_s3' }
I suspect I can add it as an argument but am not sure how to format it
suggestions?
The text was updated successfully, but these errors were encountered: