Skip to content

fix(deps): Update gocloud.dev to fix AWS S3 Multipart upload issue#357

Merged
dd-mergequeue[bot] merged 1 commit intomainfrom
minosity/update-gocloud
Sep 24, 2025
Merged

fix(deps): Update gocloud.dev to fix AWS S3 Multipart upload issue#357
dd-mergequeue[bot] merged 1 commit intomainfrom
minosity/update-gocloud

Conversation

@Minosity-VR
Copy link
Copy Markdown
Contributor

Motivation

Release v1.6.5 updates a bunch of deps, creating a dependency conflict which results in errors

fatal error: blob (key "<cluster>/kubehound_<cluster>_<runID>.tar.gz") (code=Unknown): upload multipart failed, upload id: <redacted>, cause: operation error S3: CompleteMultipartUpload, https response error StatusCode: 400, RequestID: <reqID>, HostID: <awsHostID>, api error InvalidPart: One or more of the specified parts could not be found.  The part may not have been uploaded, or the specified entity tag may not match the part's entity tag.

Similar to aws/aws-sdk-go-v2#3165.

Changes

As stated in a response in the above issue, the problem was a mismatch of the checksum function headers. Updating the s3 client fixed the issue.

@Minosity-VR Minosity-VR requested a review from a team as a code owner September 24, 2025 12:43
@Minosity-VR
Copy link
Copy Markdown
Contributor Author

/merge

@dd-devflow-routing-codex
Copy link
Copy Markdown

dd-devflow-routing-codex Bot commented Sep 24, 2025

View all feedbacks in Devflow UI.

2025-09-24 13:12:05 UTC ℹ️ Start processing command /merge


2025-09-24 13:12:09 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in main is approximately 0s (p90).


2025-09-24 13:13:27 UTC ℹ️ MergeQueue: This merge request was merged

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants