jclouds/apis/filesystem
mildis 61d0920f19 WindowsEveryonePrincipal : update regex for FR
"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.
2017-01-10 13:11:33 -06:00
..
src WindowsEveryonePrincipal : update regex for FR 2017-01-10 13:11:33 -06:00
README.txt JCLOUDS-31. remove malformed, duplicate, or unnecessary headers 2013-05-16 21:30:32 -07:00
pom.xml Next development version 2.1.0-SNAPSHOT 2016-11-15 01:12:59 +01:00

README.txt

#
# The jclouds API for accessing a local filesystem as a blobstore.
#
# TODO: Implementation status.
# TODO: Supported features.
# TODO: Usage example.