> @@ -432,7 +433,13 @@ public void deleteObject(String name) throws 
> InterruptedException {
>        String container = getContainerName();
>        try {
>           addBlobToContainer(container, name, name, MediaType.TEXT_PLAIN);
> +         if (view.getConsistencyModel() == ConsistencyModel.EVENTUAL) {

Well but this just applies a wait only the case of eventual consistency 
providers. How will the assert work here?

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

Reply via email to