Support multipart-put benchmarking#383
Conversation
harshavardhana
left a comment
There was a problem hiding this comment.
You don't like warp multipart ?
Proposed solution is aimed to benchmark uploading of multiple multipart objects concurrently. It periodically creates new multipart uploads and concurrently uploads parts. So proposed |
klauspost
left a comment
There was a problem hiding this comment.
Sorry about the name change. Rest should be trivial.
Co-authored-by: Klaus Post <klauspost@gmail.com>
Co-authored-by: Klaus Post <klauspost@gmail.com>
Co-authored-by: Klaus Post <klauspost@gmail.com>
|
Just updated PR. I renamed both multipart_upload.go files to multipart_put.go as well. |
|
Updated it once again. |
|
2 minor lint issues. We can merge if those get resolved. |
|
Just resolved it. |
Proposed solution (
warp multipart-put) is aimed to benchmark uploading of multiple multipart objects concurrently. It periodically creates new multipart uploads and concurrently uploads parts.