> @@ -415,7 +415,8 @@ BlobProperties getBlobProperties(
>     @PUT
>     @Path("{container}/{name}")
>     @QueryParams(keys = { "comp" }, values = { "metadata" })
> -   void setBlobMetadata(
> +   @ResponseParser(ParseETagHeader.class)
> +   String setBlobMetadata(

Theoretically this represents an interface change although practically it does 
not.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/716/files#r27384827

Reply via email to