mirror of https://github.com/apache/jclouds.git
61d0920f19
"Everyone" in a french Windows is "Tout le monde". Thus, the line.split(" ") returns only "Tout" and putBlob() throws an exception. The modified regex search for the first two consecutive white char to return the name. Windows's whoami returns a bunch of 0x20 between the name and the type. |
||
---|---|---|
.. | ||
src | ||
README.txt | ||
pom.xml |
README.txt
# # The jclouds API for accessing a local filesystem as a blobstore. # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.