Skip to content

Add support for signing chunked uploads#63

Merged
vlovgr merged 14 commits intomainfrom
chunked-uploads
Nov 24, 2025
Merged

Add support for signing chunked uploads#63
vlovgr merged 14 commits intomainfrom
chunked-uploads

Conversation

@vlovgr
Copy link
Copy Markdown
Member

@vlovgr vlovgr commented Nov 24, 2025

This pull request adds support for signing chunked uploads.

From a user perspective, the only changes required are to:

  • set the Transfer-Encoding: chunked header to indicate the request is using chunking,
  • set the X-Amz-Decoded-Content-Length header to the total length of the request body, and
  • not set the Content-Length header (since it then has to account for signing content length).

@vlovgr
Copy link
Copy Markdown
Member Author

vlovgr commented Nov 24, 2025

I've published 6.2.1-27-0ff61a2-SNAPSHOT which can be used with:

resolvers += Resolver.sonatypeCentralSnapshots

@vlovgr vlovgr merged commit 2748524 into main Nov 24, 2025
13 checks passed
@vlovgr vlovgr deleted the chunked-uploads branch November 24, 2025 09:25
Sign up for free to 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