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 contents
|
2014-03-05 00:06:22 +00:00
|
|
|
using pluggable storage providers, such as local file systems, Amazon S3, or
|
|
|
|
Rackspace cloud files. We use [pkgcloud](https://github.com/pkgcloud/pkgcloud) to support the cloud based
|
|
|
|
storage services including:
|
2013-06-24 23:57:16 +00:00
|
|
|
|
2014-03-05 00:06:22 +00:00
|
|
|
- Amazon
|
|
|
|
- Rackspace
|
|
|
|
- Openstack
|
|
|
|
- Azure
|
2013-06-24 23:57:16 +00:00
|
|
|
|
2014-09-26 17:08:21 +00:00
|
|
|
> Please see the [Storage Service Documenation](http://docs.strongloop.com/display/LB/Storage+service).
|