Storage component for LoopBack.
Go to file
Miroslav Bajtoš 3b1b432b13
3.7.0
* Update LTS status in README (Miroslav Bajtoš)
 * chore: update copyright year (Diana Lau)
 * Update README.md (Shaun)
 * chore: improve issue and PR templates (Nora)
 * chore: drop Node.js 6 and add Node.js 12 to travis (Nora)
2020-03-06 17:21:12 +01:00
.github chore: improve issue and PR templates 2019-11-19 15:42:35 -05:00
intl [WebFM] cs/pl/ru translation 2018-06-29 00:05:45 -04:00
lib chore: update copyright year 2020-02-10 13:57:12 -05:00
test chore: update copyright year 2020-02-10 13:57:12 -05: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
.npmrc style: fix linting 2018-08-23 22:09:45 -04:00
.travis.yml chore: drop Node.js 6 and add Node.js 12 to travis 2019-11-19 15:19:39 -05:00
CHANGES.md 3.7.0 2020-03-06 17:21:12 +01:00
CODEOWNERS chore: update CODEOWNERS 2019-07-10 15:04:41 -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 LTS status in README 2020-03-06 10:07:12 +01:00
docs.json Update docs.json 2014-04-10 11:40:26 -07:00
index.js chore: update copyright year 2020-02-10 13:57:12 -05:00
package.json 3.7.0 2020-03-06 17:21:12 +01:00

README.md

LoopBack Storage Component

⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical security fixes will be provided. (See Module Long Term Support Policy below.)

We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as soon as possible. Refer to our Migration Guide for more information on how to upgrade.

Overview

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 Documentation.

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.

Module Long Term Support Policy

This module adopts the Module Long Term Support (LTS) policy, with the following End Of Life (EOL) dates:

Version Status Published EOL
3.x Maintenance LTS Dec 2016 Dec 2020

Learn more about our LTS plan in docs.