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

Andrew Gaul updated JCLOUDS-1327:
---------------------------------
    Description: 
putBlob with zero length Inputstream is failing on google-cloud-storage with

{noformat}
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."
 }
}
]
{noformat}


  was:
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."
 }
}
]




> 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
>    Affects Versions: 2.0.2
>            Reporter: Chaithanya Ganta
>            Assignee: Andrew Gaul
>              Labels: google-cloud-storage
>
> putBlob with zero length Inputstream is failing on google-cloud-storage with
> {noformat}
> 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."
>  }
> }
> ]
> {noformat}



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

Reply via email to