> @@ -80,6 +80,23 @@
> @Fallback(NullOnNotFoundOr404.class)
> @Path("/")
> @Nullable
> + ObjectList list();
> +
> + /**
> + * Lists up to 10,000 objects.If we're going to list this limitation here, also suggest what to do if you need to retrieve more items? Is there a different call you can make, or should you simply make multiple calls? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/89/files#r11225649
