# loopback-component-storage

> Loopback Storage Service

Latest version **3.7.0** (published 2020-03-06) · Artistic-2.0 license · 0 weekly downloads

## Install

```sh
npm install loopback-component-storage
pnpm add loopback-component-storage
yarn add loopback-component-storage
bun add loopback-component-storage
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.7.0 |
| Published | 2020-03-06 |
| First published | 2014-07-01 |
| Weekly downloads | 0 |
| License | Artistic-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 6 |
| Unpacked size | 10.2 MB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | IBM Corp. |
| Maintainers | 0candy, amir-61, bajtos, davidcheung, dhmlau, emonddr, hacksparrow, jannyhou2016, kraman, mahesh.patsute, qpresley, rashmihunt, rfeng, ritch, rmg, superkhau, thegman, tonyf-ibm, virkt25 |

## Links

- npm: https://www.npmjs.com/package/loopback-component-storage
- Repository: https://github.com/strongloop/loopback-component-storage
- Homepage: https://github.com/strongloop/loopback-component-storage#readme
- Issues: https://github.com/strongloop/loopback-component-storage/issues
- npm.io page: https://npm.io/package/loopback-component-storage

## Dependencies (6)

- [uuid](https://npm.io/package/uuid.md) ^3.2.1
- [async](https://npm.io/package/async.md) ^2.6.1
- [debug](https://npm.io/package/debug.md) ^3.1.0
- [pkgcloud](https://npm.io/package/pkgcloud.md) ^2.1.1
- [formidable](https://npm.io/package/formidable.md) ^1.2.1
- [strong-globalize](https://npm.io/package/strong-globalize.md) ^4.1.1

## Recent versions

- 3.7.0 (latest) — 2020-03-06
- 1.10.1 (lts) — 2017-02-10
- 3.6.3 — 2019-07-25
- 3.6.2 — 2019-07-12
- 3.6.1 — 2019-05-23
- 3.6.0 — 2019-03-28
- 3.5.0 — 2018-07-10
- 3.4.0 — 2018-06-20
- 3.3.1 — 2017-08-30
- 3.3.0 — 2017-08-30
- 3.2.0 — 2017-03-09
- 3.1.0 — 2017-03-01
- 3.0.1 — 2017-02-10
- 3.0.0 — 2016-12-21
- 1.10.0 — 2016-11-11
- … 17 more at https://npm.io/package/loopback-component-storage/versions

## README

# LoopBack Storage Component

**⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical
security fixes will be provided. (See
[Module Long Term Support Policy](#module-long-term-support-policy) below.)**

We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as
soon as possible. Refer to our
[Migration Guide](https://loopback.io/doc/en/lb4/migration-overview.html)
for more information on how to upgrade.

## Overview

LoopBack storage component provides Node.js and REST APIs to manage binary file contents
using pluggable storage providers, such as local file systems, Amazon S3, or
Rackspace cloud files. It uses [pkgcloud](https://github.com/pkgcloud/pkgcloud) to support cloud-based
storage services including:

- Amazon
- Azure
- Google Cloud
- Openstack
- Rackspace

> Please see the [Storage Service Documentation](http://loopback.io/doc/en/lb3/Storage-component.html).

For more details on the architecture of the module, please see the introduction section of the [blog post](https://strongloop.com/strongblog/managing-nodejs-loopback-storage-service-provider/). 

## Examples

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

## Module Long Term Support Policy

This module adopts the [
Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy,
 with the following End Of Life (EOL) dates:

| Version | Status          | Published | EOL      |
| ------- | --------------- | --------- | -------- |
| 3.x     | Maintenance LTS | Dec 2016  | Dec 2020 |

Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).

---
_Source: https://npm.io/package/loopback-component-storage · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
