Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parallel buffered multipart upload #1745

Merged

Conversation

klauspost
Copy link
Contributor

Add multipart upload mode that will buffer a number of parts in memory and fill/upload them in parallel.

Use ConcurrentStreamParts to enable and NumThreads to control the number of buffers. PartSize will control the size of each buffer.

@klauspost klauspost marked this pull request as draft January 5, 2023 16:32
Add multipart upload mode that will buffer a number of parts in memory and fill/upload them in parallel.

Use `ConcurrentStreamParts` to enable and `NumThreads` to control the number of buffers. `PartSize` will control the size of each buffer.
@klauspost klauspost force-pushed the add-buffered-multipart-upload branch from 5fb3b7b to b049d61 Compare January 5, 2023 16:34
api-put-object-streaming.go Outdated Show resolved Hide resolved
@harshavardhana harshavardhana marked this pull request as ready for review January 6, 2023 04:13
@harshavardhana harshavardhana merged commit 2f6e915 into minio:master Jan 6, 2023
@klauspost klauspost deleted the add-buffered-multipart-upload branch January 6, 2023 08:57
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.

None yet

2 participants