mirror of https://github.com/apache/jclouds.git
Fix JCLOUDS-250 for the common case where blob names do not contain /
This commit is contained in:
parent
c11614400f
commit
d05e77b8b6
|
@ -267,7 +267,7 @@ public interface CommonSwiftAsyncClient extends Closeable {
|
|||
@PUT
|
||||
@Path("/{container}/{name}")
|
||||
@ResponseParser(ParseETagHeader.class)
|
||||
@Headers(keys = "X-Object-Manifest", values="{container}/{name}")
|
||||
@Headers(keys = "X-Object-Manifest", values="{container}/{name}/")
|
||||
ListenableFuture<String> putObjectManifest(@PathParam("container") String container,
|
||||
@PathParam("name") String name);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue