> @@ -128,6 +128,7 @@ String replaceManifest(@PathParam("objectName") String
> objectName,
> @Named("staticLargeObject:getManifest")
> @GET
> @Fallback(EmptyListOnNotFoundOr404.class)
> + @QueryParams(keys = "format", values = "json")
> @QueryParams(keys = "multipart-manifest", values = "get")
Better use just one annotation: `@QueryParams(keys = {"format",
"multipart-manifest"}, values = {"json", "get"})`
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/923/files#r53483006