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) |
||
---|---|---|
example | ||
example-2.0 | ||
lib | ||
test | ||
.gitignore | ||
CHANGES.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
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 Documenation.