Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.9 to 1.97.3#7

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/s3-1.97.3
Open

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.9 to 1.97.3#7
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/s3-1.97.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Bumps github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.9 to 1.97.3.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.26.9 to 1.97.3.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.26.9...service/s3/v1.97.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.97.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 8, 2026
Copy link
Copy Markdown

@renlulu renlulu left a comment

Choose a reason for hiding this comment

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

Codex batch review found blocking Go module/toolchain issues on this head.

Finding 1

[P1] The PR upgrades github.com/aws/aws-sdk-go-v2/service/s3 to v1.97.3 but leaves github.com/aws/aws-sdk-go-v2/feature/s3/manager at v1.11.10. Nitro uses the manager in the S3 DAS path, and under this PR's module graph the old manager fails to compile against the new S3 pointer-field API. The S3-related AWS modules need to be upgraded as a compatible set.

Finding 2

[P2] go.mod now requires Go 1.24, but CI/Docker still pin Go 1.21. The upgraded AWS modules declare Go 1.24, and GOTOOLCHAIN=go1.21.13 go list -m fails with go.mod requires go >= 1.24. Please update the repo toolchain pins or choose an SDK version compatible with the existing Go 1.21 floor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant