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/05/31 07:26:53 UTC

[jclouds] remove blob uri from transient blobstore (#760)

container may not be valid hostnames and the current blob uri
code can fail. there isn't really a way to use uri for transient
blobstore anyway, and removing it is the easier option. for
reference, filesystem blobstore also doesn't do this
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * remove blob uri from transient blobstore

-- File Changes --

    M blobstore/src/main/java/org/jclouds/blobstore/TransientStorageStrategy.java (3)

-- Patch Links --

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

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

Re: [jclouds] remove blob uri from transient blobstore (#760)

Posted by Andrew Gaul <no...@github.com>.
Agreed that this is useless.

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