-
Notifications
You must be signed in to change notification settings - Fork 594
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
WIP: ⚠️ aws-sdk-go-v2 refactor starting with s3 #5389
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @punkwalker! |
Hi @punkwalker. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
Signed-off-by: Michael Shen <[email protected]>
Signed-off-by: Pankaj Walke <[email protected]>
Signed-off-by: Pankaj Walke <[email protected]>
Signed-off-by: Pankaj Walke <[email protected]>
Signed-off-by: Pankaj Walke <[email protected]>
Signed-off-by: Pankaj Walke <[email protected]>
eda89d8
to
7d9dedb
Compare
Signed-off-by: Pankaj Walke <[email protected]>
Awesome, thank you @punkwalker! This is super valuable but not flashy work. I agree that we'll need to do this in multiple PRs. Maybe we should come up with a checklist of areas that would be logically separate and put that checklist in #2225? We could also create separate issues for each, if we think this spans releases. We can discuss at the next community meeting on Monday, 17 March? |
From community call on March 17:
|
What type of PR is this?
/kind feature
/kind cleanup
What this PR does / why we need it:
It is initial aws-sdk-go-v2 migration for few components. This PR only migrates S3 Client to V2.
I have created this PR as a duplicate of #5272 as @mjlshen does not have cycles to work on it. So I will be working on this migration going forward. I wanted to make sure we get quicker review on this migration PRs.
Which issue(s) this PR fixes:
Fixes: #5400
Fixes: #5414
Special notes for your reviewer:
This migration will require multiple such PRs. It would be great if we can get some thoughts on the approach of this migration. It might be missing some test cases for V2 clients but we will add it as we go along.
Checklist:
Release note: