You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Ka-Hing Cheung <no...@github.com> on 2015/11/21 02:28:32 UTC

[jclouds] don't remove directory if it's a blob (#881)

the filesystem blob store was always removing a/ when a/b was
removed, even if the client explicitly created a/. this patch
fixes that
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/881

-- Commit Summary --

  * don't remove directory if it's a blob

-- File Changes --

    M apis/filesystem/src/main/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImpl.java (10)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/881.patch
https://github.com/jclouds/jclouds/pull/881.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/881

Re: [jclouds] don't remove directory if it's a blob (#881)

Posted by Zack Shoylev <no...@github.com>.
Ah, that's a good change. +1

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/881#issuecomment-158966805