Gregwar / ImageBundle

Image manipulation bundle for Symfony 2
MIT License
195 stars 50 forks source link

Usage of S3 images #79

Open pmithrandir opened 9 years ago

pmithrandir commented 9 years ago

Hello,

Today, I'm using images created in a folder shared between all my server. As I have multiple issues to keep the shared folder up, I was wondering if I could use S3 to keep the source file and to generate the cached image on each node where symfony is present.

Will the cache file be named the sae way ? (especially for cache reason when going on another server) How can we adapt the code from your point of view to use S3(or any other object storage compatible)

That could give another dimension to the pluggin I think. Pierre