Live data from Hacker News

Object Storage: AWS vs Google Cloud Storage vs Azure Storage vs DigitalOcean

chooseacloud.com

21–30 of 115 posts

Re: Object Storage: AWS vs Google Cloud Storage vs Azure Storage vs DigitalOcean

#21
post #13

Is there any open source S3 compatible software? I know Riak Cloud Storage ( http://docs.basho.com/riak/cs/2.1.1/ ), but I think it’s not maintained anymore.

OpenStack Swift or Ceph with Ceph Object Gateway. Don't use minio, it's a toy for testing.

What's wrong with minio? It does its job and does it well. I did backups with it once upon a time, in production, and it never failed.

Re: Object Storage: AWS vs Google Cloud Storage vs Azure Storage vs DigitalOcean

#23
The bandwidth egress charges on AWS (and GCP/Azure) are way too high. It almost seems cartel like.

Bandwidth costs have dropped by a huge factor over the past few years; but none of this has been passed on.

I really hope backblaze and/or DO manage to cause the big three some hurt on this and get them to reduce prices significantly; 7c/GB is really high these days.

Re: Object Storage: AWS vs Google Cloud Storage vs Azure Storage vs DigitalOcean

#24

Earlier quoted context omitted.

When you say way cheaper what do you mean? Like savings of ~$5-10 on a spend of $10-20? Or is it material? Like $50

Well, DO is a minimum of $5 per month (up to 250GB IIRC). 100GB on S3 with just uploads during the month will run under $2.

I think it would be good if people didn't always pick these services based on price, since that's how you end up with one monopoly service and no alternatives.

Support alternatives even if they are a bit more expensive.

Re: Object Storage: AWS vs Google Cloud Storage vs Azure Storage vs DigitalOcean

#25

The main cost seems to be bandwidth (speeds). If you've ever tried Spaces, you know it's a real slog uploading and downloading (even with good client-side speeds). DropBox has similar specs to Spaces, and does it for only $10. OneDrive has the same thing with $7 for 1TB. And there's another Chinese company, Tencent, that gives you 10TB for free (except it's slow and it's all in Chinese). The problem I have with this…

Spaces may be slow (never tried it), but it's still a different offering that Dropbox/OneDrive, which are not designed for massive public access. For example, Dropbox has a traffic limit of 200GB/day, which can't be increased.

Re: Object Storage: AWS vs Google Cloud Storage vs Azure Storage vs DigitalOcean

#26
Sia [1] could be even cheaper, coming out at $1.10 for a TB [2]. Although this price might not be forever, and I'm still not sure about the reliability.

In theory it should be more reliable, as it's decentralised and your data gets split among multiple servers around the world. The question remains what if the Sia network itself stops being profitable and people all exit at the same time. Although the same could be said for Amazon?

Sia will actually soon be adding a backend to Minio too [3].

The only thing that has stopped me using Sia is you have to have the blockchain running on the machine.

1. https://sia.tech

2. https://siastats.info/storage_pricing

3. https://blog.sia.tech/introducing-s3-style-file-sharing-for-...

Re: Object Storage: AWS vs Google Cloud Storage vs Azure Storage vs DigitalOcean

#27

Earlier quoted context omitted.

Well, DO is a minimum of $5 per month (up to 250GB IIRC). 100GB on S3 with just uploads during the month will run under $2.

I think it would be good if people didn't always pick these services based on price, since that's how you end up with one monopoly service and no alternatives. Support alternatives even if they are a bit more expensive.

Agreed. The price difference in a lower usage case is not meaningful. I would choose based on ease of use, reliability and functionality.

The main thing stopping me from using Digital Ocean is AWS RDS which is amazing. If they could bring out a similar solution with backups and MySQL and PostgreSQL, that would be amazing. :) I could then run my apps in docker.

Re: Object Storage: AWS vs Google Cloud Storage vs Azure Storage vs DigitalOcean

#28

What is the durability objects stored with DO? S3 offers 11x9s of durability. Likewise what is the replication story? Can you get event notifications when objects are uploaded/deleted? Is there versioning? Static website hosting? Lifecycle management?

S3 offers 11x9s of durability.

So they say, but the SLA doesn't make any promises about durability. https://aws.amazon.com/s3/sla/

Re: Object Storage: AWS vs Google Cloud Storage vs Azure Storage vs DigitalOcean

#29

Earlier quoted context omitted.

Well, DO is a minimum of $5 per month (up to 250GB IIRC). 100GB on S3 with just uploads during the month will run under $2.

I think it would be good if people didn't always pick these services based on price, since that's how you end up with one monopoly service and no alternatives. Support alternatives even if they are a bit more expensive.

Well, I actually agree with you. In my first post above my reply, I did say that I actually use both services based on my use cases. Both excellent, and work well (Oh, and I also use the Minio open source solution for one particular project too). Horses for courses.

Re: Object Storage: AWS vs Google Cloud Storage vs Azure Storage vs DigitalOcean

#30
post #16

(*) for a particular use case. The example is 200GB storage with 2000GB data transfer (out) every month. That's a LOT of data going out every month, so I am guessing the scenario is if you are hosting a photo library and lots of people are downloading every month. If however you are just using the service as an online storage to hold Not knocking either service - I actually use both, for different use cases.

Plus the SLA is different. It probably should be compared to at least AWS S3 reduced redundancy storage.

right and what are the penalties when AWS breaks SLA?
Post reply on HN