google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

Support for XML API multipart uploads?

Open Mononofu opened this issue 8 months ago • 1 comments

As far as I understand, XML API multipart uploads are the recommended way to upload large blobs in parallel. Is this supported?

I could find the function for resumable multi-chunk uploads, but unfortunately GCS does not seem to support parallel upload for these.

Mononofu avatar May 07 '25 09:05 Mononofu

Hi @Mononofu

XML API multipart uploads are not supported.

The solution would be to upload in parallel and then compose. Parallel composite uploads

yoshidan avatar May 28 '25 01:05 yoshidan