-
-
Notifications
You must be signed in to change notification settings - Fork 87
Labels
bounty:$50Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)state:releasedtype:feature
Description
Today I started the alpha
build of parse-server
using the parse-server-s3-adapter
and received this (for me new) warning message:
(node:1) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
This seems to be coming from the fact that this repo depends on aws-sdk: 2
parse-server-s3-adapter/package.json
Line 28 in bd7ad07
"aws-sdk": "2.1368.0" |
Detailed migration instructions seem to be available here: https://github.com/aws/aws-sdk-js-v3/blob/main/UPGRADING.md
ZacharyKhan, mbfakourii, refre5h and trivikr
Metadata
Metadata
Assignees
Labels
bounty:$50Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)state:releasedtype:feature