nextflow-io / nextflow-s3fs

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

Directory traversal fails when an homonymous file exists #16

Open pditommaso opened 5 years ago

pditommaso commented 5 years ago

Directory traversal fails when a bucket contains a file and a directory having the same name. For example:

s3://bucket-name
            |- foo
            \- foo
                  |- file1.txt
                  \- file2.txt

The bucket traversal stops at s3://bucket-name/foo level.