> @@ -483,6 +482,6 @@ GCSObject copyObject(@PathParam("destinationBucket")
> String destinationBucket,
> @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> @MapBinder(MultipartUploadBinder.class)
> GCSObject multipartUpload(@PathParam("bucket") String bucketName,
> - @BinderParam(BindToJsonPayload.class) ObjectTemplate
> objectTemplate,
> + @PayloadParam("template") ObjectTemplate objectTemplate,
oops
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/76/files#r19785774