-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to AWS JS SDK v3 needed #197
Comments
Thanks for opening this issue! |
@mtrezza could parse maybe suppress the deprecation messages for now at least? This is spamming our service logs. require('aws-sdk/lib/maintenance_mode_message').suppress = true; |
Would upgrading the AWS SDK solve the issue? |
Added bounty due to urgency for this change. cc @dplewis
https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2/ |
Today I started the
alpha
build ofparse-server
using theparse-server-s3-adapter
and received this (for me new) warning message: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
Detailed migration instructions seem to be available here: https://github.com/aws/aws-sdk-js-v3/blob/main/UPGRADING.md
The text was updated successfully, but these errors were encountered: