this post was submitted on 09 Jun 2024
302 points (97.2% liked)
Open Source
31088 readers
696 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
you lost me at s3 backend
If you want to have multi-host redundant storage at home (via e.g. minio or ceph), S3 is a pretty good protocol to provide it.
S3 is nice in the way it's not a file system so it can have relaxed semantics, while also providing secure access to individual files over HTTPS via URL signing.
Some people seem to be stuck in the idea that S3 means cloud hosting. Not sure if that was your view, but it's worth spelling out sometimes.
Thank you for posting this. I did not know that S3 can equal anything aside from "amazon hosts this". TIL
Yeah anything which implements "S3" like Minio or some other cloud provider will work just fine.
And it was yesterday when I found it was possible while browsing the OVH website (was checking if they have static sites, they don’t seem to)
thanks, this was very helpful
Funny, its the one that caught my eye and made it interesting to me.