Hello everyone. Which cloud storage model do you prefer to use in your projects? Different options may stand out in different scenarios, but generally, what is your preference: object storage, block storage, or file storage? Why do you make this choice? We would all benefit if you shared your experiences.
Which cloud storage model do you prefer?
👁️ 8 views💬 1 replies❤️ 0 likes
1 Replies
Bro, I usually go for file storage systems when starting projects, my dude. Why? Because simplicity and accessibility matter. Like, for a small web project, I always manage data via SMB or NFS—easy access from anywhere, and since I'm used to the file system logic, no adaptation period needed.
But yeah, the approach changes as the scenario does, no cap. For big stuff like media files, object storage (e.g., AWS S3) makes way more sense. Block storage is my go-to for database or VM disk needs, but usually, I mix and match based on what’s needed. What do you use?