> @@ -328,7 +376,20 @@ public void removeBlob(final String container, final
> String blobKey) {
> logger.debug("Deleting blob %s", fileName);
> File fileToBeDeleted = new File(fileName);
> if (!fileToBeDeleted.delete()) {
> - logger.debug("Could not delete %s", fileToBeDeleted);
> + if (fileToBeDeleted.isDirectory()) {the proposed change modifies the intended semantic --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/637/files#r22750668
