We've officially come full circle https://news.ycombinator.com/item?id=9224
Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
61–70 of 219 posts
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#62The critical part of Dropbox is not just the storage layer but a combination of their client and server. Even small things like how do you handle conflicting writes to the same file from multiple threads, matter a great deal for data consistency and durability.
I too would like the answer to this concern because the features page doesn’t mention it. I want to be able to handle file version history.
I’m currently using Filen which I find very reasonable and, critically, it has a Linux client. But I wish it was faster and I wish the local file explorer integration was more like Dropbox where it is seamless to the OS rather than the current setup where you mount a network share.
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#63I pay Dropbox $120 per year for 2TB. No transfer fees, solid Apps, macOS integration, free APIs. How much on S3? A LOT more.
Maybe you use 1TB, maybe just 10GB. As a user on this site I expect you know that a 10GB plan and a 1TB plan won't be that much different.
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#64The selling point of Dropbox/Google Drive isn't the storage itself, but that there's app for mobile and desktop operating systems which deeply integrates it in the OS so it's just like a local folder that's magically synced. So it's a cool project, but not really what I'd say is a Dropbox replacement.
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#65Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#66Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#67I pay Dropbox $120 per year for 2TB. No transfer fees, solid Apps, macOS integration, free APIs. How much on S3? A LOT more.
Just saying, but this is not really fair. It's not like you use that 2TB. So you shouldn't compare it to a 2TB bucket. Most of these plans have limits to prevent abuse but they're well beyond the 'I need to care' level. Maybe you use 1TB, maybe just 10GB. As a user on this site I expect you know that a 10GB plan and a 1TB plan won't be that much different.
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#68Earlier quoted context omitted.
Hah, wow. A post with an ID under 10k. Meanwhile this one is over 47M. I didn't realize I've been reading HN nearly its whole existence. For all my complaining about what's happened to the internet since those days, HN has managed to stay high quality without compromising.
I think a big reason is you are not notified when someone replies to your comment. It reduces heated back and forth arguments.
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#69S3 is costly and carries significant political baggage. For a better alternative, run MinIO on a cloud provider of your choice, or stick with a secure option like Proton Drive.
I use a mini pc with small smb shares (less than 1 TB). This thing is on 24/7, but runs energy efficient.
When it's time to move data, i copy it to a Synology NAS that holds lots of TB's. Then it's also time to backup the really important stuff, which goes to a Hetzner Storage Box[2].
[1]: https://en.wikipedia.org/wiki/Backup#3-2-1_Backup_Rule [2]: https://www.hetzner.com/storage/storage-box/
Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead
#70Earlier quoted context omitted.
Samba share? Old technology still works, even if it is old!
Works so great on new devices like smartphones. Except not. And so easy to set up on a home computer. Except it's not always on and doesn't come with backups. I'm not saying S3 is where it's at but might need a bit more than just Samba. Or maybe you don't but people who need Dropbox do.
Turning on SMB is usually just a click of a button, even macOS supports it
Any user technical enough to be able to set up an S3 bucket, Syncthing, Nextcloud or this "Locker" tool from OP can also set up an SMB share
I was responding to the above thread, where sharing files on an offline network is being discussed. Backups were not mentioned as a requirement.