Storage component for LoopBack.
Go to file
Taranveer Virk 7d58ef4758 3.4.0
* added missing tests (Cory Gottschalk)
 * Updated "getFile" to send a 404 for ENOENT errors (Cory Gottschalk)
 * chore: update node support and versions (Taranveer Virk)
 * Add some debug strings to handler and service (Remi Beges)
 * chore: update license (Diana Lau)
 * add AWS S3 options for server side encryption (Timo Wolf)
 * Update README.md (Rand McKinney)
2018-06-20 15:58:47 -04:00
.github Add stalebot configuration 2017-08-23 08:27:24 -04:00
intl Update translated strings Q3 2017 2017-08-10 15:27:31 -04:00
lib Updated "getFile" to send a 404 for ENOENT errors 2018-06-14 15:19:53 -07:00
test added missing tests 2018-06-14 15:19:53 -07:00
.eslintignore Fix eslint 2017-03-01 15:18:26 -08:00
.eslintrc Fix linting errors 2016-10-19 11:36:39 -04:00
.gitignore Add translated files 2016-09-22 15:10:38 -04:00
.travis.yml chore: update node support and versions 2018-06-14 15:42:15 -04:00
CHANGES.md 3.4.0 2018-06-20 15:58:47 -04:00
CODEOWNERS Add CODEOWNER file 2017-08-02 16:24:32 -04:00
CONTRIBUTING.md Update URLs in CONTRIBUTING.md (#138) 2016-07-13 17:54:14 -07:00
LICENSE.md chore: update license 2017-11-10 17:54:11 -05:00
README.md Update README.md 2017-09-12 10:11:20 -07:00
docs.json Update docs.json 2014-04-10 11:40:26 -07:00
index.js Fix linting errors 2016-10-19 11:36:39 -04:00
package.json 3.4.0 2018-06-20 15:58:47 -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 file contents using pluggable storage providers, such as local file systems, Amazon S3, or Rackspace cloud files. It uses pkgcloud to support cloud-based storage services including:

  • Amazon
  • Azure
  • Google Cloud
  • Openstack
  • Rackspace

Please see the Storage Service Documentaion.

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

Examples

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