loopback-component-storage/README.md

23 lines
947 B
Markdown
Raw Normal View History

2014-07-01 16:59:22 +00:00
# LoopBack Storage Component
2013-06-24 21:02:30 +00:00
2014-07-01 16:59:22 +00:00
**NOTE: The loopback-component-storage module supersedes [loopback-storage-service](https://www.npmjs.org/package/loopback-storage-service). Please update your package.json accordingly.**
LoopBack storage component provides Node.js and REST APIs to manage binary file contents
2014-03-05 00:06:22 +00:00
using pluggable storage providers, such as local file systems, Amazon S3, or
Rackspace cloud files. It uses [pkgcloud](https://github.com/pkgcloud/pkgcloud) to support cloud-based
2014-03-05 00:06:22 +00:00
storage services including:
2013-06-24 23:57:16 +00:00
2014-03-05 00:06:22 +00:00
- Amazon
- Azure
- Google Cloud
- Openstack
- Rackspace
2013-06-24 23:57:16 +00:00
> Please see the [Storage Service Documentaion](http://loopback.io/doc/en/lb3/Storage-component.html).
For more details on the architecture of the module, please see the introduction section of the [blog post](https://strongloop.com/strongblog/managing-nodejs-loopback-storage-service-provider/).
2016-09-14 13:41:06 +00:00
## Examples
See https://github.com/strongloop/loopback-example-storage.