-
Notifications
You must be signed in to change notification settings - Fork 818
Removing AWS SDK v1 (targeted early 2025) #3489
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
Comments
If any help is required on this, I am willing to step up. |
I announced on the latest release that we plan to remove V1 support in early 2025: https://groups.google.com/g/go-cloud/c/I5XUddBHLCU We can use this bug to track it. |
No progress as of yet. I am hoping #3519 will land soon so v1 can be removed entirely. Note that if you don't use AWSv1, you shouldn't be exposed to any vulnerabilities in v1 libraries. |
Thats correct but by term of vulnerabilities checkers like the one AWS provided, they check signatures on binary, having a Struct reference to AWS V1 will include all related dependencies from AWS V1 and that will still triggered those alerts. But hopfully there seems to be some progress. Looking forward to it. |
I have bandwidth this week to get this done. |
Amazon has announced the End of Support for AWS SDK for Go (v1). Can we now drop this library from the dependencies? I see that the default behaviour is now sdk v2.
Is any help required to do this before July 31st 2025?
https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/
The text was updated successfully, but these errors were encountered: