Skip to content

Add parallel range multipart get support#2216

Open
joshfriend wants to merge 1 commit intominio:masterfrom
joshfriend:parallel-multipart-transfer
Open

Add parallel range multipart get support#2216
joshfriend wants to merge 1 commit intominio:masterfrom
joshfriend:parallel-multipart-transfer

Conversation

@joshfriend
Copy link
Copy Markdown

It is pretty common for s3 clients to use range multipart requests to s3 to increase throughput. This PR adds that support.

Comment thread api-get-object.go Outdated
Copy link
Copy Markdown
Contributor

@klauspost klauspost left a comment

Choose a reason for hiding this comment

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

Remove the upload, clearly your AI didn't pick up on the nuances and it breaks way too many things. I am ok to keep the read as an opt-in.

Comment thread api-put-object.go Outdated
Comment thread api-get-options.go Outdated
Comment thread api-get-object.go Outdated
@joshfriend joshfriend force-pushed the parallel-multipart-transfer branch 2 times, most recently from 4bde897 to bd7f222 Compare March 27, 2026 17:40
@joshfriend joshfriend changed the title Add parallel range multipart get/put support Add parallel range multipart get support Mar 27, 2026
@joshfriend joshfriend force-pushed the parallel-multipart-transfer branch from bd7f222 to e1c093c Compare March 27, 2026 17:43
Copy link
Copy Markdown
Author

@joshfriend joshfriend left a comment

Choose a reason for hiding this comment

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

Alright, no more PUT stuff here, and the CI lint issue is also fixed.

Comment thread api-get-options.go
Comment thread api-get-object.go Outdated
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