Ivo - Hello, I have two questions! Currently, I...
# ❓questions
i
Hello, I have two questions! Currently, I am using Imgix as an image driver and I am storing the photos on Amazon S3. However, I don't quite understand why it's not cropping/resizing the images as I indicated in the model. This worked with local storage. I am also wondering if it's possible to store the images via Amazon S3 but do the resizing etc. through the local driver instead of using Imgix. Is that possible?
p
Hi @Ivo , a common setup with Glide is to store source images on S3 and store transformed images (Glide cache) locally on the server(s). Is this what you are trying to do?