UNPKG

952 BMarkdownView Raw
1# LoopBack Storage Component
2
3**NOTE: The loopback-component-storage module supersedes [loopback-storage-service](https://www.npmjs.org/package/loopback-storage-service). Please update your package.json accordingly.**
4
5LoopBack storage component provides Node.js and REST APIs to manage binary contents
6using pluggable storage providers, such as local file systems, Amazon S3, or
7Rackspace cloud files. We use [pkgcloud](https://github.com/pkgcloud/pkgcloud) to support the cloud based
8storage services including:
9
10- Amazon
11- Rackspace
12- Openstack
13- Azure
14
15> Please see the [Storage Service Documentaion](http://loopback.io/doc/en/lb2/Storage-component.html).
16
17For 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/) written up its launch.
18
19## Examples
20
21See https://github.com/strongloop/loopback-example-storage.