Upplication / Amazon-S3-FileSystem-NIO2

An S3 File System Provider for Java 7
MIT License
122 stars 67 forks source link

fixed issue with spaces in the file name #92

Closed PabloMoneylesh closed 6 years ago

PabloMoneylesh commented 6 years ago

I'm using s3fs with Apache sshd server, and there is an java.lang.IllegalArgumentException: Illegal character in path at index ... exception when file name contains spaces, because in the S3Path toUri() method is used not encoded uri value for relative path.

jarnaiz commented 6 years ago

Thanks for the pull requesta and the feedback I think this is fixed in version 2.2.2