Storage component for LoopBack.
Go to file
Raymond Feng 82878077ff 3.1.0
* 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)
2017-03-01 15:33:45 -08:00
.github Replicate new issue_template from loopback 2017-02-15 15:28:27 -08:00
intl Update japanese translation files 2016-09-30 10:56:10 -04:00
lib Merge branch 'master' of https://github.com/hgouveia/loopback-component-storage into hgouveia-master 2017-03-01 15:32:11 -08:00
test Merge branch 'master' of https://github.com/hgouveia/loopback-component-storage into hgouveia-master 2017-03-01 15:32:11 -08: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
CHANGES.md 3.1.0 2017-03-01 15:33:45 -08:00
CONTRIBUTING.md Update URLs in CONTRIBUTING.md (#138) 2016-07-13 17:54:14 -07:00
LICENSE.md relicese as Artistic-2.0 only 2016-05-03 16:16:43 -07:00
README.md Update README with correct doc links, etc 2016-10-31 16:58:11 -04:00
docs.json Update docs.json 2014-04-10 11:40:26 -07:00
index.js Fix linting errors 2016-10-19 11:36:39 -04:00
package.json 3.1.0 2017-03-01 15:33:45 -08:00

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.

Examples

See https://github.com/strongloop/loopback-example-storage.