Could not find any Google Search results which can hint me what issue is here? I'm trying to upload ~8 GB file and ran into this issue. All smaller files up to 20MB got uploaded just fine. Are there any JClouds parameters I need to set to make putBlob call work with Google Cloud Platform (Storage)?
Similar tests with Amazon S3 worked just fine.
org.jclouds.http.HttpResponseException: command: POST https://www.googleapis.com/storage/v1/b/...
HTTP/1.1 failed with response: HTTP/1.1 400 Bad Request; content: [{
"error": {
"errors": [
{
"domain": "global",
"reason": "invalid",
"message": "The number of source components provided (78) exceeds the maximum (32)"
}
],
"code": 400,
"message": "The number of source components provided (78) exceeds the maximum (32)"
}
}
]