Storage component for LoopBack.
Go to file
Raymond Feng 91d5d6cd7f 1.4.0
* Fix the tests (Raymond Feng)

 * this.options is undefined, should use options (Yazhong Liu)

 * Expose file size on success callback (Leandro)
2015-04-21 13:03:29 -07:00
example Adding support for ACL, Content-Type, Max File Size and allowd Content-Types 2015-02-10 09:26:14 -05:00
example-2.0 Remove expired credentials 2014-11-27 13:13:40 -08:00
lib Merge pull request #55 from leandropio/patch-1 2015-04-21 12:59:25 -07:00
test Fix the tests 2015-04-21 13:02:47 -07:00
.gitignore Upgrade deps 2015-01-16 10:40:18 -08:00
CHANGES.md 1.4.0 2015-04-21 13:03:29 -07:00
CONTRIBUTING.md Fix bad CLA URL in CONTRIBUTING.md 2014-12-29 08:27:46 -08:00
LICENSE Update module name 2014-07-01 08:54:56 -07:00
README.md Put link to official documentation 2014-09-26 10:08:21 -07:00
docs.json Update docs.json 2014-04-10 11:40:26 -07:00
index.js Remove the unused models 2014-03-28 22:11:44 -07:00
package.json 1.4.0 2015-04-21 13:03:29 -07: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.