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

use aws-sdk-go-v2 #2550

Merged
merged 1 commit into from
Jun 7, 2023
Merged

Conversation

BobDu
Copy link
Contributor

@BobDu BobDu commented Jun 6, 2023

aws go sdk v2 use a separate module for each service, use it to optimize the binary size

Description

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes unit tests
  • Adds integration tests if needed.

See the contribution guide for more details.

Reviewer Notes

  • The code flow looks good.
  • Unit tests and or integration tests added.

Release Notes

Describe any changes here so maintainer can include it in the release notes, or delete this block.

Examples of user facing changes:
- replace aws-sdk-go with  aws-sdk-go-v2 

Signed-off-by: BobDu <i@bobdu.cc>
@google-cla
Copy link

google-cla bot commented Jun 6, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Collaborator

@aaron-prindle aaron-prindle left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for updating this @BobDu! Seems this reduces the kaniko/executor binary size by ~10% 🎊

Before PR: 39M
After PR: 35M

@aaron-prindle aaron-prindle merged commit d54caaa into GoogleContainerTools:main Jun 7, 2023
kylecarbs pushed a commit to coder/kaniko that referenced this pull request Jul 12, 2023
Signed-off-by: BobDu <i@bobdu.cc>
liam-verta added a commit to VertaAI/kaniko that referenced this pull request Jul 17, 2023
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.

2 participants