Storage component for LoopBack.
Go to file
Ryan Graham 58b69236bb Merge tag 'v1.0.6'
1.0.6

 * Remove expired credentials (Ryan Graham)

 * Update storage-service.js (Tony Sukiennik)

 * Update index.js (Tony Sukiennik)

 * Allow the Sample to easily changed providers (tonysoft)

 * GetFiles issues (tonysoft)

 * Add contribution guidelines (Ryan Graham)

 * Put link to official documentation (Rand McKinney)

 * Add loopback 2.0 example (Raymond Feng)

 * Clarify the need for app.model(container) (Brian Dunnette)
2014-11-27 13:30:39 -08:00
example Update module name 2014-07-01 08:54:56 -07:00
example-2.0 Remove expired credentials 2014-11-27 13:13:40 -08:00
lib Update storage-service.js 2014-10-25 22:39:45 -07:00
test Fix the metadata interception 2014-03-31 16:30:35 -07:00
.gitignore Initial commits 2013-06-24 14:07:12 -07:00
CHANGES.md v1.0.6 2014-11-27 13:30:36 -08:00
CONTRIBUTING.md Add contribution guidelines 2014-10-01 17:55:02 -07: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 v1.0.6 2014-11-27 13:30:36 -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 Documenation.