reptillicus commented on this pull request.


> @@ -885,17 +932,26 @@ private void removeDirectoriesTreeOfBlobKey(String 
> container, String blobKey) {
             logger.debug("Could not look for attributes from %s: %s", 
directory, e);
          }
 
-         String[] children = directory.list();
-         if (null == children || children.length == 0) {
-            try {
-               delete(directory);
-            } catch (IOException e) {
-               logger.debug("Could not delete %s: %s", directory, e);
-               return;
+
+//         String[] children = directory.list();
+//         if (null == children || children.length == 0) {

done

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1258#discussion_r245169301

Reply via email to