-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Migrate to aws-sdk-go-v2 #16424
Comments
Two design questions I'm soliciting input on:
|
|
After #16460 theres only a few remaining uses of the v1 SDK:
Theres also still a few transitive dependencies on the V1 SDK that would need to be upgraded themselves before it will be removed from our vendor directory entirely.
|
|
/kind cleanup
https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/
We'll need to migrate to github.com/aws/aws-sdk-go-v2 before v1 enters maintenance mode
Grouped into packages that likely need to be updated together
The text was updated successfully, but these errors were encountered: