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 have a Symfony 5 application which I want to see if I can move to host in a container on GCP Cloud run and use GCP storage for hosting cached image files.
The only issue I'm having is the liip imagine cache resolver. I'm currently mounting a GCP storage bucket as a volume pointing to the 'web/media' directory for the cache files to be generated to and read from.
The resolver does not seem to generate the thumb nails unfortunately. The cache loader does work however if I upload the files to the storage bucket directly and rename them appropriately.
Any ideas on this? Is this something i've misconfigured or would I need to use flysystem or gaufrette for this use case.
many thanks for your help, the configuration is below, this works on a local docker container using the containers internal files system.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I have a Symfony 5 application which I want to see if I can move to host in a container on GCP Cloud run and use GCP storage for hosting cached image files.
The only issue I'm having is the liip imagine cache resolver. I'm currently mounting a GCP storage bucket as a volume pointing to the 'web/media' directory for the cache files to be generated to and read from.
The resolver does not seem to generate the thumb nails unfortunately. The cache loader does work however if I upload the files to the storage bucket directly and rename them appropriately.
Any ideas on this? Is this something i've misconfigured or would I need to use flysystem or gaufrette for this use case.
many thanks for your help, the configuration is below, this works on a local docker container using the containers internal files system.
Beta Was this translation helpful? Give feedback.
All reactions