scailfin / flowserv-core

Reproducible and Reusable Data Analysis Workflow Server
MIT License
2 stars 1 forks source link

`flowserv.volume.s3.S3Volume.walk` returns a list of strings #95

Closed hmller closed 2 years ago

hmller commented 2 years ago

Describe the bug flowserv.volume.s3.S3Volume.walk returns a list of strings instead a list of tuples as defined in the signature.

Expected behavior The function should return a list of tuples containing the file ID and a file object. Right now, however, only the result from .query() is returned which is a list of strings (file ids).