I am able to do resumeable upload using the google cloud libraries . But it uploads the chunks in sequential manner .
Is there any way where we can parallelize the upload and then use compose operation as it happens in Gsutil using the client libraries ? .
I read somewhere that google client libraries are not thread safe .
I know there is way of doing the same using the API calls but I don't want to make multiple calls to the same api .