jclouds / legacy-jclouds-cli

https://jclouds.apache.org
Apache License 2.0
17 stars 5 forks source link

Add the ability to list all containers in a blobstore without listing their contents #43

Closed timuralp closed 11 years ago

timuralp commented 11 years ago

It would be nice to be able to list all the containers in a blobstore. Currently, one can list --all, but unfortunately that will list all the contents of the containers as well, which may be quite expensive (as well as difficult to parse).

gaul commented 11 years ago

Fixed by:

https://github.com/jclouds/jclouds-karaf/pull/89 https://github.com/jclouds/jclouds-karaf/pull/90

This would be nice to have in 1.5.7_1.