Storage component for LoopBack.
Go to file
Amir Jafarian 7900d48126 Auto-update by eslint --fix 2016-10-18 18:06:55 -04:00
intl Update japanese translation files 2016-09-30 10:56:10 -04:00
lib Auto-update by eslint --fix 2016-10-18 18:06:55 -04:00
test Auto-update by eslint --fix 2016-10-18 18:06:55 -04:00
.eslintignore Add eslint infrastructure 2016-10-18 17:45:55 -04:00
.eslintrc Add eslint infrastructure 2016-10-18 17:45:55 -04:00
.gitignore Add translated files 2016-09-22 15:10:38 -04:00
CHANGES.md 1.9.2 2016-10-07 12:43:52 -04:00
CONTRIBUTING.md Update URLs in CONTRIBUTING.md (#138) 2016-07-13 17:54:14 -07:00
LICENSE.md relicese as Artistic-2.0 only 2016-05-03 16:16:43 -07:00
README.md Add link to associated blog post. 2016-09-14 09:41:06 -04:00
docs.json Update docs.json 2014-04-10 11:40:26 -07:00
index.js Add globalization to module. 2016-08-05 14:03:10 -04:00
package.json Add eslint infrastructure 2016-10-18 17:45:55 -04: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.

For more details on the architecture of the module, please see the introduction section of the blog post written up its launch.

Examples

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