nilayp | 4 years ago | on: Cloudflare R2 storage: Rapid and reliable object storage, minus the egress fees
nilayp's comments
nilayp | 4 years ago | on: Cloudflare R2 storage: Rapid and reliable object storage, minus the egress fees
It turns out that Backblaze B2 absolutely does support uploading objects via S3 style presigned URLs. However, there are a couple of caveats:
1. B2 doesn't currently support PostObject operations. Therefore, you must use PutObject to upload to a pre-signed URL. Many of the AWS SDKs default to PostObject.
2. B2 only supports AWS v4 authentication and not v2, which AWS has deprecated. However, some AWS SDKs default to v2.
I've put together a very simple python code sample that successfully works for me. https://gist.github.com/nilayp/2c2a04f033d8992ce4b8f591ab449...
Would this solve your issue?
nilayp | 5 years ago | on: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
Synology Hyper Backup absolutely works. Details are here: https://help.backblaze.com/hc/en-us/articles/360047171594
(If you saw my old answer, ignore it. I was misinformed.)
nilayp | 5 years ago | on: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
Yes - B2 is strongly consistent. When you upload an object using either the B2 Native or S3 API - the object is persisted to the final resting place before the upload completes. Therefore, you can list/download the file immediately after your upload completes.
nilayp | 8 years ago | on: Backblaze Announces B2 Compute Partnerships
nilayp | 10 years ago | on: Dropbox’s Exodus from the Amazon Cloud
nilayp | 10 years ago | on: Backblaze's B2 Cloud Storage is now in open beta
The version on github is accurate. https://github.com/Backblaze/B2_Command_Line_Tool
Sorry about the confusion.
nilayp | 13 years ago | on: Talent Acquisitions
Excellent apps like Sparrow are damn expensive to write. If Apple cares about keeping companies like Sparrow alive (they should) they can do two things to help us.
1) Allow Apps to charge monthly/annual subscriptions. 2) Give ad/social marketing campaign data to devs so they know which of their efforts to attract users is working.
More details are on our blog post: http://blog.selligy.com/post/27652044305/apple-help-the-best...
nilayp | 15 years ago | on: Backblaze on a LAN can backup the whole company?
We have disrupted this market by creating our own storage and cloud management system. Our costs are far below our competitors. We are profitable and cash flow positive. The occasional abuse won't change that. If you don't know about this, check out our blog articles about our storage pod... http://blog.backblaze.com.
In general, companies don't do abuse us. They know it is in their best interest that we are profitable and thriving. Otherwise, how could be continue to provide the least expensive business online backup available? Every other competitor charges companies on a per GB basis. Our service ... at $50/computer for unlimited storage is both inexpensive and predictable.
Finally, when someone uploads a 1TB of data on our service, they tend to tell everyone they know! This attracts a lot of customers to start using our service with far less than 1TB of data. You can't buy publicity like that.
Hope that helps you understand what we are up to. Email me if you have questions... If you are a true hacker, figuring out my email address will be a piece of cake.
-- Nilay Patel VP Sales, Backblaze
Drop me an email using my GitHub username at backblaze.com
We will correct the record on Reddit after hearing that this was successful for you.