Describe the bugflowserv.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).
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).