kubernetes / registry.k8s.io

This project is the repo for registry.k8s.io, the production OCI registry service for Kubernetes' container image artifacts

Home Page:https://registry.k8s.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

switch to aws-sdk-go-v2

BenTheElder opened this issue · comments

As pointed out by @dims in test-infra, the v1 SDK is going away.

The v2 SDK seems a bit differently weird ... I don't see go module compatible tags??

Anyhow, we should migrate.

/kind cleanup
/sig k8s-infra
/priority important-soon

https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/

cmd/geranos/s3uploader.go is the only place we actually use the AWS SDK in this repo, so it should be fairly straightforward.

fixed in #290