Skip to content
#

auth

Here are 1,354 public repositories matching this topic...

LoicPoullain
LoicPoullain commented Mar 31, 2021

Issue

The package @foal/aws-s3 uses aws-sdk@2 under the hood which is a very big package.

Starting from version 3, AWS sdk is split in several separate packages and we could (apparently) considerably reduce the node_modules size if we migrate to this version.

https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html

Solution

Use @aws-sdk/client-s3

Improve this page

Add a description, image, and links to the auth topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the auth topic, visit your repo's landing page and select "manage topics."

Learn more