-
Notifications
You must be signed in to change notification settings - Fork 379
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
Availablity of Google Cloud Storage Resolver like AwsS3Resolver #666
Comments
No, I dont have such plans cuz I dont work with google. If you work with Google Cloud Storage, maybe you can contribute it? |
@makasim thank you very much. I will try my best. |
@mappedinn Hi, I'm trying to achieve the same thing, get liip_imagine on top of Google Cloud Storage. Did you make any progress on this and would you be willing to open-source your solution? |
I do not believe this is something for this bundle to solve, also: Closed in favour of the discussion in #698 |
Hi,
LiipImagineBundle does not provide a Resolver for Google Cloud Storage like for AWS S3. This resolver is needed for enabling the application of LiipImagineBundle filters on the images I stored on Google Cloud Storage. This resolver will be used in this a way similar to aws s3:
To do so, I do need to create that class
GoogleCloudStorageResolver
as described in this link on cache resolvers. I know that I have define the methods of theResolverInterface
but I don't know from where to start.If there is any link, I will be happy.
Thanks
The text was updated successfully, but these errors were encountered: