Skip to content
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

Upgrade to AWS SDK Go v2 #506

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Upgrade to AWS SDK Go v2 #506

wants to merge 2 commits into from

Conversation

phuhung273
Copy link

Issue #, if available:
Close #471
Close #472

Description of changes:

  • Upgrade to AWS SDK Go v2

Component that still using v1
"pkg/aws/ec2/api/wrapper.go".ec2Wrapper.getRegionalStsEndpoint is the only function still use V1. Leave it as TODO. The only way I can think of is to clone v1 endpoints code into this repo. Please help give opinion on this.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@phuhung273 phuhung273 requested a review from a team as a code owner December 28, 2024 14:27

import "errors"

func Int64ToInt32(value int64) (int32, error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this functions? Also i see int64 was changed to int32. Please provide reason this change.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@phuhung273 phuhung273 requested a review from yash97 January 13, 2025 12:04
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

Successfully merging this pull request may close these issues.

Investigate if we need to have global STS endpoint The controller need upgrade to AWS SDK Go v2
2 participants