Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.3 to 1.101.0 in /runtime - #95

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/runtime/github.com/aws/aws-sdk-go-v2/service/s3-1.100.0
Open

build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.3 to 1.101.0 in /runtime#95
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/runtime/github.com/aws/aws-sdk-go-v2/service/s3-1.100.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.3 to 1.101.0.

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 23, 2026

@ghost ghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM — routine dependency bump, no risk.

Reviewed the full diff and all S3 consumer code in runtime/.

What changed

  • aws-sdk-go-v2/service/s3: 1.96.3 → 1.100.0
  • aws-sdk-go-v2 core: 1.41.5 → 1.41.6
  • smithy-go: 1.24.2 → 1.25.0
  • Transitive deps (eventstream, configsources, endpoints, v4a, accept-encoding, checksum, presigned-url, s3shared): patch/minor bumps

What I checked

  • runtime/storage.go: Uses PutObject, GetObject, DeleteObject, ListObjectsV2 — all stable S3 APIs, no signature changes in this version range.
  • runtime/aws_clients.go:41-48: s3.NewFromConfig with s3.Options — stable constructor, unchanged.
  • No code changes: Only go.mod and go.sum touched. Zero behavioral change from this PR.
  • Not protocol-critical: This is AWS infra/storage layer, not VTXO/signing/forfeit/round/exit code.
  • Cross-repo impact: None. No public API changes.

CI

Checks (lint, unit-test, enclave-test) are pending — wait for green before merge.

🤖 Reviewed by Arkana

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/runtime/github.com/aws/aws-sdk-go-v2/service/s3-1.100.0 branch from 2124779 to 2d810e5 Compare April 25, 2026 15:58
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.96.3 to 1.101.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.96.3...service/s3/v1.101.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.3 to 1.100.0 in /runtime build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.3 to 1.101.0 in /runtime May 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/runtime/github.com/aws/aws-sdk-go-v2/service/s3-1.100.0 branch from 2d810e5 to 34518f4 Compare May 17, 2026 13:46

@arkana-ai-bot arkana-ai-bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Dependency-only bump: aws-sdk-go-v2 1.41.5→1.41.7, service/s3 1.96.3→1.101.0, smithy-go 1.24.2→1.25.1, plus matching transitive deps. Nothing outside runtime/go.mod and runtime/go.sum changed.

  • No protocol surface touched (VTXO / signing / forfeit / round / exit paths unaffected).
  • Runtime S3 usage is limited to stable v1 APIs — PutObject, GetObject, DeleteObject, ListObjectsV2, ListObjectVersions (see runtime/anchor.go:128,196,229,259, runtime/aws_clients.go:68-94, runtime/acme_cache.go:39,73,88). The S3API interface in runtime/aws_clients.go:68 pins the exact method set the codebase depends on; if any of these signatures had shifted in v1.101.0 the build would break loudly, so cross-repo/consumer impact within enclave is nil.
  • No SDK consumers outside enclave — this is a runtime-internal dep.
  • Danger passed. CI (unreachable from here — sandbox is offline) should be the gate for the actual go build ./... verification.

Note: PR is >30 days old with dependabot auto-rebase disabled; if merging, confirm CI still passes against current base. Nothing here that requires changes.

@arkana-ai-bot

Copy link
Copy Markdown

This dependabot PR has been open for 9+ days without review. Could someone take a look and merge or close it?

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