gaul commented on a change in pull request #73: URL: https://github.com/apache/jclouds/pull/73#discussion_r429513609
########## File path: providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/binders/MultipartUploadBinder.java ########## @@ -57,6 +57,7 @@ Part jsonPart = Part.create("Metadata", jsonPayload, new Part.PartOptions().contentType(APPLICATION_JSON)); Part mediaPart = Part.create(template.name(), payload, new Part.PartOptions().contentType(contentType)); + request.resetPayload(/*release=*/ false); Review comment: This is not ideal but I don't understand what the `RestAnnotationProcessor` is doing. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org