-
Notifications
You must be signed in to change notification settings - Fork 8
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
Switch to v3 AWS SDK #10
Comments
Good point 👍 Are you willing to open a PR? Would be great since you already made the migration somewhere else ;) |
Yes can look into it! |
Hey guys 👋🏼 |
Thanks for your PR. Please see my comments on it for some feedback |
v2 will be EOL in 2023, v3 is now recommended.
AWS docs: https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrating-to-v3.html
Cloudflare docs: https://developers.cloudflare.com/r2/examples/aws/aws-sdk-js-v3/
I just migrated one of my projects, which basically uses the same API as this one, and here are the changes I did:
aws-sdk
to@aws-sdk/client-s3
&@aws-sdk/lib-storage
inpackage.json
The text was updated successfully, but these errors were encountered: