Live data from Hacker News

Wasabi – Simple storage solution

wasabi.com

31–40 of 164 posts

Re: Wasabi – Simple storage solution

#31
post #30

Worth noting the opportunity cost of not being in S3. Something like Athena won't be yours for the asking. It's been saving my butt lately. Nice to be able to actually see what's in your S3 sometimes :) http://blog.ratelim.it/blog/log-aggregation-at-scale-for-che...

[deleted]

Re: Wasabi – Simple storage solution

#32

Does anyone have a suggestion for a cheaper CloudFront, not S3? Preferably an option that can do S3 upstream, and support for signed requests with expiry is a must.

I know this doesn't add value but if you think CloudFront is expensive you should see how much CDNs used to cost before CloudFront came around. The fact it doesn't change you for the bandwidth between S3 and CloudFront is key too.

Try pricing it against Google https://cloud.google.com/cdn/pricing and Level3 http://www.level3.com/en/products/content-delivery-network/

As someone mentioned, CloudFlare initial seems cheaper but you give up some stuff like control of your DNS and they can shut you off or start showing CAPTCHAs at any time unless you pay for their higher plans. Which might be worth it, you have to weight the pros and cons.

Re: Wasabi – Simple storage solution

#34
Some quick observations:

- Their performance claims are incredibly biased. Amazon S3 has far better write performance than their claims.

- They claim 100% S3 compatibility but it fails a large number of API calls using Ceph’s s3-test. I didn’t dig into this too far but they do claim “No need to change your S3-compatible application” so changing my endpoint + credentials should have worked. To their credit - PUT, GET and DELETE did work but that is only 3 of 100’s of API’s.

- Their durability claims are highly suspect. I would want to see a white paper breaking this down.

- Their first round was debt financing.

Why this business model does’t work...

Most people don’t use S3 alone. S3 is a source for other AWS services. That being said, Wasabi becomes a more expensive option as you have a 4 cent egress fee to access data from the rest of your AWS infrastructure. The only place Wasabi becomes cheaper is for those using S3 direct/alone which is a very small subset of S3 usage. AWS is very open about this in white papers, conferences, tech talks, etc.

Wasabi is an economy at scale play that cast way too far a net. There is opportunity in specific vertical markets to sell a solution (object paired with compute) but a pure S3 endpoint will never take substantial marketshare away from AWS.

Re: Wasabi – Simple storage solution

#35

There's also B2 ( https://www.backblaze.com/b2/cloud-storage.html ), which is I think the cheapest of them all. UPDATE: Well, egress is cheaper. B2 is $0.005/GB storage with $0.02/GB egress. But one thing to consider is that B2 storage is located within one single datacenter. (Disclaimer: I am not affiliated, but am in the process of deciding to use B2.)

How is B2 cheaper at .005/GB than Wasabi at .0039/GB? Am I missing something here?

Re: Wasabi – Simple storage solution

#36
> Wasabi is built to be 100% AWS S3 bit-compatible (same AWS API constructs for storage & identity management). No need to change your S3-compatible application when using Wasabi

I often wonder how this works. With the whole Sun lawsuit with Google over the Java API making a clone of another platforms API sounds dangerous.

I'm curious what HN thinks.

I've wanted to have a "compatibility layer" that mimics my competitors APIs but have been scared of the possible repercussions.

Re: Wasabi – Simple storage solution

#37

There's also B2 ( https://www.backblaze.com/b2/cloud-storage.html ), which is I think the cheapest of them all. UPDATE: Well, egress is cheaper. B2 is $0.005/GB storage with $0.02/GB egress. But one thing to consider is that B2 storage is located within one single datacenter. (Disclaimer: I am not affiliated, but am in the process of deciding to use B2.)

I haven't used B2 in a production setting. But I've been using it for backing up my NAS and have been quite happy. Thinking about switching my other personal machines from crashplan to backblaze.

Re: Wasabi – Simple storage solution

#38

There's also B2 ( https://www.backblaze.com/b2/cloud-storage.html ), which is I think the cheapest of them all. UPDATE: Well, egress is cheaper. B2 is $0.005/GB storage with $0.02/GB egress. But one thing to consider is that B2 storage is located within one single datacenter. (Disclaimer: I am not affiliated, but am in the process of deciding to use B2.)

B2 is horribly unstable, has limits left and right and most of all, the latency is horrendous. You will be better off using any standard OpenStack provider. That way you won't have a lock in, and great performance (in my testing). E.g. OpenStack Swift on OVH. Sure it's a tiny bit more expensive. But you get a mature cross-provider API and better performance. Even for huge chunks of cold data, I wouldn't want to use B…

I am uploading encrypted backups from servers to BackBlaze B2 Cloud Storage using duply/duplicity. This works pretty well for me. Latency is not important for this use case and I have not noticed any limits. There were a few upload failures initially, but I just increased the upload retries, which sufficiently remedied this problem.

That it works so well for me might be connected to the fact that their own products are backup solutions. In any case, I am now paying a significantly less monthly fee for B2 than on Amazon S3 before and the setup had a much lower complexity.

Re: Wasabi – Simple storage solution

#39

Some quick observations: - Their performance claims are incredibly biased. Amazon S3 has far better write performance than their claims. - They claim 100% S3 compatibility but it fails a large number of API calls using Ceph’s s3-test. I didn’t dig into this too far but they do claim “No need to change your S3-compatible application” so changing my endpoint + credentials should have worked. To their credit - PUT, GET…

Yes, it's hard to find use cases where Wasabi storage could compete without compute.

But S3 originally launched by itself, before EC2.

If Wasabi adds a Lambda-like serverless compute layer that could be powerful.

Re: Wasabi – Simple storage solution

#40

Some quick observations: - Their performance claims are incredibly biased. Amazon S3 has far better write performance than their claims. - They claim 100% S3 compatibility but it fails a large number of API calls using Ceph’s s3-test. I didn’t dig into this too far but they do claim “No need to change your S3-compatible application” so changing my endpoint + credentials should have worked. To their credit - PUT, GET…

So would it be a fair assessment to say Wasabi is to S3, as Flask is to Django?
Post reply on HN