You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Timur Alperovich <no...@github.com> on 2015/06/30 17:58:17 UTC

[jclouds] JCLOUDS-930: LocalBlobStore -- marker regression. (#793)

We should not append a "/" to the marker when returning list results
in the case of directories (RELATIVE_PATH), as the names will already
include the delimiter.

Added a jclouds test to catch such regressions in the local store in
the future.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * JCLOUDS-930: LocalBlobStore -- marker regression.

-- File Changes --

    M blobstore/src/main/java/org/jclouds/blobstore/config/LocalBlobStore.java (3)
    M blobstore/src/test/java/org/jclouds/blobstore/strategy/internal/ListContainerTest.java (20)

-- Patch Links --

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

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