Storage component for LoopBack.
Go to file
Richard Pringle 366e29ef44 1.9.1
* 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)
2016-08-29 13:59:37 -04:00
intl/en Add globalization to module. 2016-08-05 14:03:10 -04:00
lib Add provider upload response in final response 2016-08-18 10:56:02 +02:00
test Continue middleware chain after download. 2016-08-16 16:28:47 -04:00
.gitignore Add globalization to module. 2016-08-05 14:03:10 -04:00
CHANGES.md 1.9.1 2016-08-29 13:59:37 -04: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 Migrate examples 2016-02-02 17:05:12 -08:00
docs.json Update docs.json 2014-04-10 11:40:26 -07:00
index.js Add globalization to module. 2016-08-05 14:03:10 -04:00
package.json 1.9.1 2016-08-29 13:59:37 -04: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 Documenation.

Examples

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