abstract-blob-store
abstract-blob-store copied to clipboard
A test suite and interface you can use to implement streaming file (blob) storage modules for various storage backends and platforms
would be useful if blob stores could optionally support this
This reverts commit 2f4e14d49f807afc7661d314c2e8b3210fac8b5d. While it was discovered a change made in the 3.x range was breaking downstream implementations, the error property was in play for a year or so,...
In https://github.com/maxogden/abstract-blob-store/pull/31/files#diff-f763f1634ff40f723dd8de924120ce55R60 a new test was added to check for the presence of err.notFound on blobs that aren't found and released as semver minor. I believe this to be a...
also moves azure-blob-store to the top to preserve alphabetic ordering
While individual blob stores could certainly add `expire` behavior on top of the standard API, I would like to suggest that support for a `ttl` option be considered for future...
I was looking at this [ovh storage solution](https://www.ovh.com/us/public-cloud/storage/object-storage/) which is an 'equivalent of AWS S3'. It uses openstack swift api. As I am using feathersjs with feathers-blob, I probably need...
anyone developed a module to support IBM Cloud Object Storage?
I really like `abstract-blob-store` and am using a few different blob stores currently (like fs- and idb-), but I'm a little stumped on the clean-up aspect. For example, `fs-blob-store` will...
Many features can not be implemented by all store types (listing keys, resuming uploads, etc) but would still benefit from a standardized API and tests. The test suite would detect...