Storage component for LoopBack.
Go to file
Rand McKinney 6bf9361451 Update storage-service.js
Doc: add missing parameter to API docs, per #115
2016-03-29 15:02:23 -07:00
lib Update storage-service.js 2016-03-29 15:02:23 -07:00
test Migrate examples 2016-02-02 17:05:12 -08:00
.gitignore Upgrade deps 2015-01-16 10:40:18 -08:00
CHANGES.md 1.7.0 2016-02-19 10:34:26 +01:00
CONTRIBUTING.md Fix bad CLA URL in CONTRIBUTING.md 2014-12-29 08:27:46 -08:00
LICENSE.md Refer to licenses with a link 2015-11-03 12:27:49 -08:00
README.md Migrate examples 2016-02-02 17:05:12 -08:00
docs.json Update docs.json 2014-04-10 11:40:26 -07:00
index.js Remove the unused models 2014-03-28 22:11:44 -07:00
package.json 1.7.0 2016-02-19 10:34:26 +01:00

README.md

LoopBack Storage Component

NOTE: The loopback-component-storage module supersedes loopback-storage-service. Please update your package.json accordingly.

LoopBack storage component provides Node.js and REST APIs to manage binary contents using pluggable storage providers, such as local file systems, Amazon S3, or Rackspace cloud files. We use pkgcloud to support the cloud based storage services including:

  • Amazon
  • Rackspace
  • Openstack
  • Azure

Please see the Storage Service Documenation.

Examples

See https://github.com/strongloop/loopback-example-storage.