Package Exports
- loopback-component-storage
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (loopback-component-storage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.