> @@ -267,7 +267,7 @@
>     @PUT
>     @Path("/{container}/{name}")
>     @ResponseParser(ParseETagHeader.class)
> -   @Headers(keys = "X-Object-Manifest", values="{container}/{name}")
> +   @Headers(keys = "X-Object-Manifest", values="{container}/{name}/")

Could you explain this a bit? What goes wrong if the trailing slash is missing? 
What if the `{name}` _does_ contain a slash - does this change anything about 
the resulting behaviour?

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

Reply via email to