nextflow-io / nextflow-s3fs

An S3 File System Provider for Java 7 (project archived)
Apache License 2.0
1 stars 10 forks source link

Files.exists false positive #3

Closed pditommaso closed 8 years ago

pditommaso commented 8 years ago

Given a bucket containing a file named, for example alpha.txt, the method Files.exists will return true for any file whose name is a prefix of the alpha.txt string.