Earlier quoted context omitted.
Riak CS is another one: https://github.com/basho/riak_cs
Ran this in production and dealt with a lot of issues. I would caution people against it's use in anything critical or customer facing.
AWS S3 open source alternative written in Go
11–20 of 139 posts
Re: AWS S3 open source alternative written in Go
#12Re: AWS S3 open source alternative written in Go
#13The canonical open source alternative to S3 https://wiki.openstack.org/wiki/Swift
Re: AWS S3 open source alternative written in Go
#14Sorry for two posts (the other one was unrelated). If anyone has experience with this I have a few questions regarding a particular use case. How does something like this behave with really large files. Video files in 100s of gigabytes, for example. I'm asking because if one could set up a resilient online (online as in available) storage with fat pipes like this it could be used as a platform to build a centralized…
I think these days we should by default think of storing blobs of data (like video files) in storage systems like S3 or the alternatives, and that ordinary filesystems should be thought of as a special case where you want to attach storage to an individual computer. Edit: I'm going to elaborate, because people are calling me naïve. Full disclosure: I work at a cloud provider on a storage team. For most people and app…
Re: AWS S3 open source alternative written in Go
#15Currently 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 not yet sure if `mc mirror` supports Backblaze, as that (per price point) is my prime need
Re: AWS S3 open source alternative written in Go
#16- Spin up a bunch of droplets on DigitalOcean, because I want reliability, etc.
- What's the best way to share drive space across these to create a single Minio storage volume, so if one DO node goes away I don't lose my stuff?
Re: AWS S3 open source alternative written in Go
#17The canonical open source alternative to S3 https://wiki.openstack.org/wiki/Swift
Re: AWS S3 open source alternative written in Go
#18The canonical open source alternative to S3 https://wiki.openstack.org/wiki/Swift
Re: AWS S3 open source alternative written in Go
#19Practical use case: - Spin up a bunch of droplets on DigitalOcean, because I want reliability, etc. - What's the best way to share drive space across these to create a single Minio storage volume, so if one DO node goes away I don't lose my stuff?
Re: AWS S3 open source alternative written in Go
#20Does 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…