Where to store images?
Hello everyone,
I'm working on a Rails app that should handle 20K-30K images in the first year, and I was thinking about where to store the images. I thought about local storage, but this will have multiple issues like the space and backups. Also, I thought about AWS S3 and similar solutions, but they will be costy over time. I want to hear from you based on your experience.
Thanks in advance!