skyplane
skyplane copied to clipboard
[small] Parallelize multipart-upload requests in `ReplicatorClient`
The object store call obj_store_interface.initiate_multipart_upload(dest_obj)
is not parallelized and is a bottleneck for large numbers of chunks per object. The calls initiate the multipart uploads should be parallelized.