Live data from Hacker News

Wasabi – Simple storage solution

wasabi.com

61–70 of 164 posts

Re: Wasabi – Simple storage solution

#61

This looks great. Are there any client libraries for access, perhaps similar to AWS's `boto`? Having a hard time finding that on your website ..

Since it claims to be "100% bit compatible with Amazon S3", I would assume that you can use boto if you manually configure their endpoints.

Would be nice to see a note about that somewhere

Re: Wasabi – Simple storage solution

#62

> 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 competit…

Minio also has a S3 "compatibility layer"

see: https://minio.io/ "implements Amazon S3 v4 APIs. Minio also includes client SDKs and a console utility."

Re: Wasabi – Simple storage solution

#63
post #21

They're claiming the same 11 9s durability that S3 does. I'd be pretty suspicious of that claim without a track record but it looks like Wasabi's founders come from Carbonite. Bring on the competition, commoditization of fundamental building blocks is great for everyone except people trying to make startup-scale returns on them.

Those durability numbers for both Amazon and Wasabi are pure marketing and don't really mean anything even remotely important. Durability of data stored by a single company, even a company like Amazon, is actually very low, you should be scared of how low it really is. You could get kicked out from the service, lose data because of a bug or an operational mistake, be prevented from using the service by your government for political reasons and so on.

Re: Wasabi – Simple storage solution

#64

> 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 competit…

Google Cloud Storage does this (not sure about % of API completeness, but I've tested it with basic use cases like using Transmit)

https://cloud.google.com/storage/docs/interoperability

Re: Wasabi – Simple storage solution

#65
The article states:

"Wasabi’s durability is 11 x 9s, the same as Amazon S3. To put that in context, if you stored 1 million 1 GB files in Wasabi, you would expect on average to lose one file every 659,000 years"

Can someone walk me through the math here? I specifically curious about why the size of the file being 1 GB is relevant to the calculation.

Re: Wasabi – Simple storage solution

#66
post #62

> 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 competit…

Minio also has a S3 "compatibility layer" see: https://minio.io/ "implements Amazon S3 v4 APIs. Minio also includes client SDKs and a console utility."

http://pithos.io/

Re: Wasabi – Simple storage solution

#69

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.

If you need to do video, check out https://advection.net/

We beat CloudFront pricing by 50..80% in most cases.

(I am a co-founder)

Post reply on HN