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

Switch to aws-sdk-go-v2 #120

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

Commits on Oct 8, 2024

  1. Setup AWS KMS client with aws-sdk-go-v2

    Signed-off-by: Michael Shen <[email protected]>
    mjlshen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a9193b4 View commit details
    Browse the repository at this point in the history
  2. Convert KMS error parsing logic to aws-sdk-go-v2

    Signed-off-by: Michael Shen <[email protected]>
    mjlshen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ad708cc View commit details
    Browse the repository at this point in the history
  3. Remove httputil package

    It was providing a client-side rate limiter that is now built-in
    functionality in aws-sdk-go-v2
    
    Signed-off-by: Michael Shen <[email protected]>
    mjlshen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0d0cbec View commit details
    Browse the repository at this point in the history