Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.97.3#2288

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

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.97.3#2288
dependabot[bot] wants to merge 1 commit into
oadp-devfrom
dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/s3-1.97.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown

Bumps github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 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.

Summary by CodeRabbit

  • Chores
    • Updated AWS SDK for Go v2 packages, including S3 and related support libraries, to newer versions.
    • Upgraded the underlying Smithy dependency and several AWS SDK internal components to keep the dependency set current.

Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.48.0 to 1.97.3.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.48.0...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 Jul 7, 2026
@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 9df1f558-b84a-4e8c-852b-e9de46a9b474

📥 Commits

Reviewing files that changed from the base of the PR and between 03bb3b1 and 1d8341f.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Walkthrough

This PR upgrades the direct dependency github.com/aws/aws-sdk-go-v2/service/s3 from v1.48.0 to v1.97.3 in go.mod, and updates related indirect AWS SDK Go v2 submodules and the smithy-go dependency to compatible newer versions.

Changes

Dependency Upgrade

Layer / File(s) Summary
AWS SDK Go v2 dependency bump
go.mod
Upgrades direct aws-sdk-go-v2/service/s3 from v1.48.0 to v1.97.3 and updates related indirect AWS SDK Go v2 submodules and smithy-go (v1.20.3 → v1.24.2).

Estimated code review effort: 1 (Trivial) | ~5 minutes

Related issues: None mentioned

Suggested reviewers: N/A

Poem:
A rabbit hops through go.mod's fields,
Upgrading modules that AWS wields,
S3's version climbs up high,
Smithy-go tags along nearby,
A tidy bump, no code to fuss—
Just newer deps, all set for us. 🐇📦

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is off-template and missing the required 'Why' and 'How to test' sections. Add the required sections explaining why the update is needed and how to verify it, including any relevant test commands.
✅ Passed checks (14 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main dependency bump in this PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed Only go.mod and go.sum changed; no test files or Ginkgo titles were added or modified in this PR.
Test Structure And Quality ✅ Passed PR only updates go.mod/go.sum; no Ginkgo test code changed, so this check is not applicable.
Microshift Test Compatibility ✅ Passed Only go.mod and go.sum changed; no new Ginkgo e2e tests were added, so the MicroShift check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No Ginkgo/e2e test files were added or modified; only go.mod/go.sum dependency versions changed.
Topology-Aware Scheduling Compatibility ✅ Passed Only go.mod and go.sum changed; no deployment manifests, operator code, or controllers were modified.
Ote Binary Stdout Contract ✅ Passed PR only changes go.mod/go.sum for an AWS SDK bump; no process-level Go code or stdout writes were modified.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only updates go.mod/go.sum dependency versions; no tests or e2e code were added or changed.
No-Weak-Crypto ✅ Passed PR only updates go.mod/go.sum for AWS SDK deps; no added weak-crypto primitives or secret comparisons appear in the changed files.
Container-Privileges ✅ Passed PR only touches go.mod/go.sum; no container/K8s manifests changed and no new privilege settings were introduced.
No-Sensitive-Data-In-Logs ✅ Passed Only go.mod/go.sum changed; no application logging code or sensitive strings were added.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/s3-1.97.3

Comment @coderabbitai help to get the list of available commands.

@openshift-ci openshift-ci Bot requested review from kaovilai and sseago July 7, 2026 15:27
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 7, 2026
@openshift-ci

openshift-ci Bot commented Jul 7, 2026

Copy link
Copy Markdown

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@openshift-ci

openshift-ci Bot commented Jul 7, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], kaovilai

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Pull requests that update a dependency file go Pull requests that update go code needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant