> @@ -189,6 +189,15 @@ public void deleteContainer(String container) {
>        deletePathAndEnsureGone(container);
>     }
>  
> +   @Override
> +   public boolean deleteContainerIfEmpty(String container) {
> +      try {
> +         return deleteAndVerifyContainerGone(container);

Stupid question...I'm assuming this will fail if the container is not empty?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/451/files#r15258007

Reply via email to