Skip to content

cli: set x-amz-checksum-sha256 header on tarball upload - #478

Merged
freggy merged 1 commit into
spacechunks:mainfrom
PrexorJustin:fix/upload-checksum-header
Aug 30, 2026
Merged

cli: set x-amz-checksum-sha256 header on tarball upload#478
freggy merged 1 commit into
spacechunks:mainfrom
PrexorJustin:fix/upload-checksum-header

Conversation

@PrexorJustin

@PrexorJustinPrexorJustin commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Sets the x-amz-checksum-sha256 header on the tarball PUT upload request, using the same SHA-256 digest already sent to GetUploadURL, so S3 verifies upload integrity against the expected hash.

S3 needs the checksum header on the PUT request to verify integrity
against the hash already provided via GetUploadURL.
@freggy
freggy merged commit 3601a84 into spacechunks:mainAug 30, 2026
7 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@PrexorJustin@freggy