
i have a database collection, where i have stored some informations about a place e.g name address and so on. And each place could have multiple images. So i come up with storing them in storage and link all the images url/id in database. My first question is, is it a good idea to do so, if yes what is the best way to structure my storage? Do i need to create for each place a bucket? Would be happy for any help on that.

You could have a single images
bucket and keep the IDs for each file in the DB

ok thank you. I would go ahead then with this approatch.

[SOLVED] best way to store and structure the images for a specific place
Recommended threads
- NullReferenceException whenever I call s...
I hope you’re doing well. I’m encountering a NullReferenceException: Object reference not set to an instance of an object. whenever I call storage.CreateFile(.....
- Migration to new region: not so good.
We attempted to do a migration to NYC... and things didn't go well. We followed the steps (exactly) as shown in the video, updated our app with the new endpoint...
- Image Loading issue in Snapgram project
Hello community, I have a issue with the Image Loading I made a Project from youtube of Snapgram, it worked perfectly 8 months ago, but now the images aren't l...
