mirror of https://github.com/apache/jclouds.git
List both committed and uncommitted Azure blocks
This commit is contained in:
parent
66516106a2
commit
09b54eb03f
|
@ -396,7 +396,7 @@ public interface AzureBlobClient extends Closeable {
|
|||
@GET
|
||||
@Path("{container}/{name}")
|
||||
@XMLResponseParser(BlobBlocksResultsHandler.class)
|
||||
@QueryParams(keys = { "comp" }, values = { "blocklist" })
|
||||
@QueryParams(keys = { "comp", "blocklisttype" }, values = { "blocklist", "all" })
|
||||
ListBlobBlocksResponse getBlockList(
|
||||
@PathParam("container") @ParamValidators(ContainerNameValidator.class) String container,
|
||||
@PathParam("name") String name);
|
||||
|
|
Loading…
Reference in New Issue