Skip to content

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

Open
khrm opened this issue Oct 4, 2024 · 6 comments
Open

Removing AWS SDK v1 (targeted early 2025) #3489

khrm opened this issue Oct 4, 2024 · 6 comments

Comments

@khrm
Copy link
Contributor

khrm commented Oct 4, 2024

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/

@khrm
Copy link
Contributor Author

khrm commented Oct 4, 2024

If any help is required on this, I am willing to step up.

@vangent
Copy link
Contributor

vangent commented Oct 4, 2024

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.

@S-YOU
Copy link

S-YOU commented Mar 6, 2025

@vangent, @khrm

Any update on this? some vulnerability scans raising some CVEs on SDKv1 that depends on this library.

Image

@vangent
Copy link
Contributor

vangent commented Mar 9, 2025

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.

@S-YOU
Copy link

S-YOU commented Mar 10, 2025

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.

@jba
Copy link
Contributor

jba commented Mar 10, 2025

I have bandwidth this week to get this done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants