> @@ -127,6 +128,7 @@
>     @POST
>     @Path("/{parent}/{name}")
>     @Headers(keys = EXPECT, values = "100-continue")
> +   
> @ResponseParser(ParseURIFromListOrLocationHeaderIf20xHandleZeroLength.class)
>     @Consumes(MediaType.WILDCARD)
>     ListenableFuture<URI> createFile(

jclouds exclusively uses the namespace interface, so it can find these by path. 
 Atmos also offers an object interface which allows clients to upload a 
nameless object and Atmos vends an object ID.

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

Reply via email to