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 <no...@github.com> on 2015/03/30 14:18:30 UTC

[jclouds] Return ETag from Azure setBlobMetadata (#716)

Also fix up live tests.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Return ETag from Azure setBlobMetadata

-- File Changes --

    M providers/azureblob/src/main/java/org/jclouds/azureblob/AzureBlobClient.java (3)
    M providers/azureblob/src/test/java/org/jclouds/azureblob/AzureBlobClientLiveTest.java (54)
    M providers/azureblob/src/test/java/org/jclouds/azureblob/AzureBlobClientTest.java (2)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/716.patch
https://github.com/jclouds/jclouds/pull/716.diff

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

Re: [jclouds] Return ETag from Azure setBlobMetadata (#716)

Posted by Andrew Gaul <no...@github.com>.
rebuild please

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

Re: [jclouds] Return ETag from Azure setBlobMetadata (#716)

Posted by Andrew Gaul <no...@github.com>.
rebuild please

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

Re: [jclouds] Return ETag from Azure setBlobMetadata (#716)

Posted by Andrew Gaul <no...@github.com>.
> @@ -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