@shrinandj `deleteContainer` is the only method that works on *both* containers and blobs; all other methods work on *either* containers or blobs. If it helps to think about this, `clearContainer` is like rm -rf while `deleteContainerIfEmpty` is more like umount, fdisk delete partition, or similar.
--- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/451#issuecomment-49813844
