82878077ff
* Fix eslint (Raymond Feng) * Replicate new issue_template from loopback (Siddhi Pai) * Fix insert of finalNewLine (Loay) * Replicate issue_template from loopback repo (Siddhi Pai) * fix lint (Raymond Camden) * Support nameConflict and makeUnique options (Raymond Camden) * Fix #185: Validation failures crash server (Jeff Burn) * fix scope error (ole3021) * added file field name into getFilename function (Jose De Gouveia) * added file field name into getFilename function in storage-handler (Jose De Gouveia) * Added support for external providers as npm modules. (Cristobal Vergara) * added maxFieldsSize override to formidable limit (Oscar Bernal) |
||
---|---|---|
.github | ||
intl | ||
lib | ||
test | ||
.eslintignore | ||
.eslintrc | ||
.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 Documentaion.
For more details on the architecture of the module, please see the introduction section of the blog post written up its launch.