@snotling @gaul "I think the term multipart is overloaded here. jclouds single-part upload should map to a GCS multi-part upload which sends a metadata part and a data part. jclouds multi-part upload should map to multiple jclouds single-part uploads followed by a GCS compose operation."
yes here is the documentation https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload#multipart --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/131#issuecomment-86720634
