Live data from Hacker News

Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead

locker.dev

61–70 of 219 posts

Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead

#61

We've officially come full circle https://news.ycombinator.com/item?id=9224

at the risk of a comment that doesn't age well, for most people on HN I would definitely look into just using rclone. I also has a GUI for people who want that. rclone is mind-blowingly good. You can set up client-side encryption (so object storage never sees the data or even the filename) to be seamless. I'm a huge fan

Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead

#62

The 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.

A lot of the backend bucket providers can handle file versioning.

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

#63
post #36

I 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

#64
post #3

The 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.

To me, integration with the Apple files app on iOS is critical for any Dropbox replacement (among other things).

Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead

#67
post #63
post #36

I 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.

I don't know what you're talking about. I always reserve right up to the knife's edge of what I actually use.

Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead

#68
post #58

Earlier 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.

Interesting, I hadn't considered that! You're probably right.

Re: Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead

#69
post #12

S3 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 cheap alternative to the 3-2-1 rule[1].

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

#70
post #40

Earlier 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.

iOS has native support for SMB in the Files app

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.

Post reply on HN