Skip to content

Commit

Permalink
sync loopback4-s3 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamp-sf committed May 13, 2024
1 parent 20c23f8 commit a67471c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/arc-api-docs/extensions/loopback4-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<a href="https://www.npmjs.com/package/loopback4-s3">
<img src="https://img.shields.io/npm/v/loopback4-s3.svg" alt="npm version" />
</a>
<a href="https://sonarcloud.io/summary/new_code?id=sourcefuse_loopback4-s3" target="_blank">
<img alt="Sonar Quality Gate" src="https://img.shields.io/sonar/quality_gate/sourcefuse_loopback4-s3?server=https%3A%2F%2Fsonarcloud.io">
</a>
<a href="https://app.snyk.io/org/ashishkaushik/reporting?context[page]=issues-detail&project_target=%255B%2522sourcefuse%252Floopback4-s3%2522%255D&project_origin=%255B%2522github%2522%255D&issue_status=%255B%2522Open%2522%255D&issue_by=Severity&table_issues_detail_cols=SCORE%257CCVE%257CCWE%257CPROJECT%257CEXPLOIT%2520MATURITY%257CAUTO%2520FIXABLE%257CINTRODUCED%257CSNYK%2520PRODUCT&v=1">
<img alt="Synk Status" src="https://img.shields.io/badge/SYNK_SECURITY-MONITORED-GREEN">
</a>
<a href="https://github.com/sourcefuse/loopback4-s3/graphs/contributors" target="_blank">
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/sourcefuse/loopback4-s3">
</a>
Expand All @@ -20,16 +26,10 @@
</a>
</p>


## Overview

A simple loopback-next extension for AWS S3 integration in loopback applications.

# <span style="color:#0C0200; background-color:#852D1A">DEPCRECATION NOTICE</span>

<p style="color: #1C1A02;background-color:#F3EB89">This is to bring to your notice that v4.x.x of the loopback4-s3 is deprecated and only supported for existing users. We will stop support for the same after December 2022 and no updates will happen after that. We strongly recommend to migrate to v6.x.x and above.
Follow <a href="https://github.com/sourcefuse/loopback4-s3/blob/master/README.md#migration-to-a-version-after-400">this</a> to check the migration steps.</p>

## Install

```sh
Expand Down

0 comments on commit a67471c

Please sign in to comment.