nextflow-io / nextflow-s3fs

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

Listing the content of a bucket results in an endless loop #6

Closed pditommaso closed 8 years ago

pditommaso commented 8 years ago

For example:

file('s3://cbcrg-eu/').list().each { println it }