As far as I understand, [XML API multipart uploads](https://cloud.google.com/storage/docs/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](https://cloud.google.com/storage/docs/performing-resumable-uploads#chunked-upload), but unfortunately GCS does not seem to support parallel upload for these.