Storage component for LoopBack.
Go to file
Miroslav Bajtoš 517962b4f1 Merge pull request #92 from strongloop/upgrade-explorer
Upgrade LB Explorer and related changes
2015-10-09 23:26:20 +02:00
example Adding support for ACL, Content-Type, Max File Size and allowd Content-Types 2015-02-10 09:26:14 -05:00
example-2.0 Upgrade LB Explorer and related changes 2015-10-09 14:24:59 -07:00
lib Fix link to docs 2015-09-15 11:05:22 -07:00
test Fix the test case 2015-09-29 20:46:17 -07:00
.gitignore Upgrade deps 2015-01-16 10:40:18 -08:00
CHANGES.md 1.5.1 2015-07-31 12:06:35 -07:00
CONTRIBUTING.md Fix bad CLA URL in CONTRIBUTING.md 2014-12-29 08:27:46 -08:00
LICENSE.md Use strongloop conventions for licensing 2015-09-21 16:42:54 -07:00
README.md Fix documentation link 2015-04-30 09:27:20 +02: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 Use strongloop conventions for licensing 2015-09-21 16:42:54 -07: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.