> @@ -325,4 +330,16 @@
>     ListenableFuture<ListBlobBlocksResponse> 
> getBlockList(@PathParam("container") 
> @ParamValidators(ContainerNameValidator.class) String container,
>                                                           @PathParam("name") 
> String name);
>  
> +   /**
> +    * @see AzureBlobClient#copyBlob
> +    */
> +   @Named("CopyBlob")
> +   @PUT
> +   @Path("{toContainer}/{toName}")
> +   @OverrideRequestFilters
> +   @RequestFilters(value = { AddCopySourceHeader.class, 
> SharedKeyLiteAuthentication.class })

@gaul mind opening a JIRA to improve that and assign it to me?

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

Reply via email to