You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2017/08/06 19:29:00 UTC

[jira] [Resolved] (JCLOUDS-1327) putBlob with zero length Inputstream is failing on google-cloud-storage

     [ https://issues.apache.org/jira/browse/JCLOUDS-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Gaul resolved JCLOUDS-1327.
----------------------------------
    Resolution: Invalid

Marking invalid since this is an issue with a proposed change, not a merged change:

https://github.com/jclouds/jclouds/pull/1120

> putBlob with zero length Inputstream is failing on google-cloud-storage
> -----------------------------------------------------------------------
>
>                 Key: JCLOUDS-1327
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1327
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-blobstore
>            Reporter: Chaithanya Ganta
>              Labels: google-cloud-storage
>
> putBlob with zero length Inputstream is failing on google-cloud-storage with
> org.jclouds.http.HttpResponseException: command: POST https://www.googleapis.com/storage/v1/b/gaul-blobstore3/o/multipart-upload/compose HTTP/1.1 failed with response: HTTP/1.1 400 Bad Request; content: [{
>  "error": {
>   "errors": [
>    {
>     "domain": "global",
>     "reason": "required",
>     "message": "You must provide at least one source component."
>    }
>   ],
>   "code": 400,
>   "message": "You must provide at least one source component."
>  }
> }
> ]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)