> @@ -87,4 +114,17 @@ String replaceManifest(@PathParam("objectName") String 
> objectName,
>     @Fallback(VoidOnNotFoundOr404.class)
>     @QueryParams(keys = "multipart-manifest", values = "delete")
>     void delete(@PathParam("objectName") String objectName);
> +
> +   /**
> +    * Get a static large object's manifest.
> +    *
> +    * @param objectName
> +    *           corresponds to {@link SwiftObject#getName()}.
> +    *
> +    * @return A list of the multipart segments
> +    */
> +   @Named("staticLargeObject:getManifest")
> +   @GET
> +   @QueryParams(keys = "multipart-manifest", values = "get")
> +   List<Segment> getManifest(@PathParam("objectName") String objectName);

Add the corresponding mock and live tests for the new methods

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

Reply via email to