backblaze-b2
backblaze-b2 copied to clipboard
Node.js Library for the Backblaze B2 Storage Service
Backblaze has done a very good job implementing compatibility with S3. See: https://help.backblaze.com/hc/en-us/articles/360047425453-Getting-Started-with-the-S3-Compatible-API ## Why use the S3 api instead of this library? - Consistently faster uploads without needing for...
Looks like #63 hasn't been touched in a few months, seems like a nice feature to have!
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
I uploaded some files, delete some and so on, after my B2 was empty from files at all, I ask wanted to get a specific file, by file name, using...
Hello, When I am downloading arbitrary data stored in B2 bucket, the content-length header has the correct byte length of 208374 but when I call: ```js Buffer.byteLength(resp.data) ``` where resp...
I put the keys in the app and also in Backblaze bucket i configure cors with all origins and in google console: `Access to XMLHttpRequest at 'https://api.backblazeb2.com/b2api/v2/b2_authorize_account' from origin 'http://localhost:3000'...
I've gotten this to work with node and typescript with the associated @types/backblaze-b2 package but I have not been able to figure out how to use the interfaces defined in...
The AWS S3 SDK for JavaScript has an `upload` function that does not correspond to any particular API request. You can give it a buffer or a stream, and it...