ak58588 commented on this pull request.
>
+ //now we need the piece, situated to the right of
".net/":
+ result = centrePart.split(".net/");
+ String path = result[1];
+
+ //finally, separate container and blob names:
+ result = path.split("/");
+
+ } catch (Exception e) {
+ e.printStackTrace();
changed
--
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/1270#discussion_r252993585
