> + @Delegate
> + ContainerApi getContainerApiForRegion(@EndpointParam(parser =
> RegionToEndpoint.class) @Nullable String region);
> +
> + @Delegate
> + @Path("/{containerName}")
> + ObjectApi getObjectApiForRegionAndContainer(@EndpointParam(parser =
> RegionToEndpoint.class) @Nullable String region,
> + @PathParam("containerName") String containerName);
> +
> + @Delegate
> + @Path("/{containerName}")
> + StaticLargeObjectApi getStaticLargeObjectApiForRegionAndContainer(
> + @EndpointParam(parser = RegionToEndpoint.class) @Nullable String
> region,
> + @PathParam("containerName") String containerName);
> +
> + /**
> + * @deprecated Please use {@link #getConfiguredRegions()} as this method
> will be removed in jclouds 1.8.
Fix link (include method param)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/103/files#r12877875