Skip to content

HDDS-12913. Bump awssdk to 2.31.30 - #8338

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot-maven-software.amazon.awssdk-s3-2.31.30
Closed

HDDS-12913. Bump awssdk to 2.31.30#8338
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot-maven-software.amazon.awssdk-s3-2.31.30

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 26, 2025

Copy link
Copy Markdown
Contributor

Bumps software.amazon.awssdk:s3 from 2.31.25 to 2.31.30.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps software.amazon.awssdk:s3 from 2.31.25 to 2.31.30.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:s3
dependency-version: 2.31.30
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 26, 2025
@adoroszlaiadoroszlai changed the title Bump software.amazon.awssdk:s3 from 2.31.25 to 2.31.30HDDS-12913. Bump awssdk to 2.31.30Apr 26, 2025

@ivandika3ivandika3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

image

AWS SDK V2 2.31.27 added a support for etag validation in resumableFileDownload: restart paused downloads when etag does not match.

We might need to add a test for this first before merging this.

Raised HDDS-12914 to track it.

@dependabot@github

dependabotBot commented on behalf of githubMay 3, 2025

Copy link
Copy Markdown
ContributorAuthor

Superseded by #8380.

@dependabotdependabotBot closed this May 3, 2025
@dependabot
dependabotBot deleted the dependabot-maven-software.amazon.awssdk-s3-2.31.30 branch May 3, 2025 07:20
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavaPull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ivandika3