Live data from Hacker News

AWS S3 open source alternative written in Go

minio.io

61–70 of 139 posts

Re: AWS S3 open source alternative written in Go

#61
post #54

Earlier quoted context omitted.

That's a very good point - but for what we do (on-premise version control for Excel where each workbook version represents one object) we won't be getting even close to that number. But yes, agreed, it entirely depends on your use case.

If you don't mind me asking, why not use Amazon S3? It's cheap and -- importantly -- somebody else is on-call for its uptime.

I'm going to guess that it is part of the "on premises superstition" where companies feel that the stuff they own is more secure somehow. Obviously, this is not often true in practice, but 5 years of research/consulting has taught me that they feel this way all the same.

Occasionally, there are laws that also mandate certain controls that cloud providers in general did not have. That is also becoming rarer as time goes on.

Re: AWS S3 open source alternative written in Go

#63
post #54

Earlier quoted context omitted.

That's a very good point - but for what we do (on-premise version control for Excel where each workbook version represents one object) we won't be getting even close to that number. But yes, agreed, it entirely depends on your use case.

If you don't mind me asking, why not use Amazon S3? It's cheap and -- importantly -- somebody else is on-call for its uptime.

[deleted]

Re: AWS S3 open source alternative written in Go

#65
post #54

Earlier quoted context omitted.

That's a very good point - but for what we do (on-premise version control for Excel where each workbook version represents one object) we won't be getting even close to that number. But yes, agreed, it entirely depends on your use case.

If you don't mind me asking, why not use Amazon S3? It's cheap and -- importantly -- somebody else is on-call for its uptime.

We use S3 for our hosted version - but for our on-premise offering it simply has to be 100% on-premise, entirely on our client's infrastructure.

Re: AWS S3 open source alternative written in Go

#67
post #27

Earlier quoted context omitted.

True, but if you have the space to hold the encrypted data, you can "rclone"[0] that to most clouds. [0] http://rclone.org/

That's really cool, appreciated! Surprised it doesn't offer an encrypt feature, seems really useful for the given featureset

Rclone recently got support for on-the-fly encryption, it will be in the 1.33 release.

https://github.com/ncw/rclone/issues/219#issuecomment-239695...

Re: AWS S3 open source alternative written in Go

#70
post #56

Does this have the ability to mirror to an encrypted remote? I'm looking for something like this for a simple home storage server, but emphasis on being able to replicate to something like B2 Storage for cheap backup. Currently Infinit.sh has my attention the most, but it's quite young still. edit : https://news.ycombinator.com/item?id=12125344 this thread seems to be talking about what i want. With that said, i'm no…

Current opinion is that "borg" is the holy grail of backup schemes ... it takes attic, which fixed all of the duplicity shortcomings, and improved on that ... [1] We[2][3] tend to agree with that. One reason it might not work for you is that we are an order of magnitude more expensive than B2, so perhaps that's a better bet for you. On the other hand, $7.20 per year for our smallest borg account is almost as close to…

from [3]

> If you're not sure what this means, our product is Not For You.

Please don't do that, its childish and unimpressive.

Post reply on HN