7d58ef4758
* 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) |
||
---|---|---|
.github | ||
intl | ||
lib | ||
test | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.travis.yml | ||
CHANGES.md | ||
CODEOWNERS | ||
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 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.