UNPKG

744 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 Documenation](http://docs.strongloop.com/display/public/LB/Storage+component).
16
17## Examples
18
19See https://github.com/strongloop/loopback-example-storage.