-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat: Upgrade to AWS S3 SDK v3 #191
base: master
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request!
|
I will reformat the title to use the proper commit message syntax. |
@@ -25,7 +25,7 @@ | |||
}, | |||
"homepage": "https://github.com/parse-community/parse-server-s3-adapter#readme", | |||
"dependencies": { | |||
"aws-sdk": "2.1362.0" | |||
"@aws-sdk/client-s3": "^3.317.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you change this to a fixed version?
Could you take a look at the failing CI? Would this be a breaking change? I assume not, because the S3 client is not directly exposed for developers, right? |
No description provided.