* Add provider upload response in final response (Loic VELUT) * Continue middleware chain after download. (Richard Pringle) * Add test for beforeRemote hook on download. (Richard Pringle) * Use ephemeral port in upload/download test. (Richard Pringle) * Add globalization to module. (Richard Pringle) * Fix windows upload test double callback issue (David Cheung) |
||
---|---|---|
intl/en | ||
lib | ||
test | ||
.gitignore | ||
CHANGES.md | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
docs.json | ||
index.js | ||
package.json |
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.