How to store images

I store various image files in my media file in the Django framework and I use MongoDB to store my data, but as far as I understand, storing photos directly in MongoDB is not a preferred method. What path should I follow at this point to get a more efficient result?

I thought about using tools like AWS S3, but I'm not sure if this is the right way, and I'm inexperienced in data management. I would appreciate it if you could briefly explain how to do it.

Вернуться на верх