> +   ListenableFuture<Blob> getBlob(@PathParam("container") String container,
> +                                  @PathParam("name") String name);
> +
> +   /**
> +    * Retrieve Blob metadata from Joyent storage
> +    */
> +   @Named("GetBlobMetadata")
> +   @GET
> +   @ResponseParser(ParseBlobMetadataFromJoyentResponse.class)
> +   @Fallback(Fallbacks.NullOnNotFoundOr404.class)
> +   @Path("/{container}/{name}")
> +   public ListenableFuture<BlobMetadata> 
> getBlobMetadata(@PathParam("container") String container,
> +                                                         @PathParam("name") 
> String name);
> +
> +   /**
> +    * Create new folder in the rood directory.

Root is main or "/" folder in this case.

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

Reply via email to