Upplication / Amazon-S3-FileSystem-NIO2

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

list amazon keys directory need to be set with final slash #18

Closed jarnaiz closed 10 years ago

jarnaiz commented 10 years ago

If you have the keys at amazon s3:

/lib/file1 /lib-file1

And you want to iterate over /lib/ The directory stream return /lib/file1 and /lib/-file1. The second one not exists at amazon, the DirectoryStream iterator dont parse correctly the keys.

jarnaiz commented 10 years ago

in progress