You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People can use s3fs to list the files if they want: s3fs GitHub. I’m not sure if we need to support it, as it’s unclear whether we should return S3 paths or local paths when listing a Flyte directory
Describe the bug
Currently,
FlyteDirectory
doesn't supportos.listdir
with a remote S3 path (fortunately, a local path works!). The error is shown as follows:Though
FlyteDirectory
provideslistdir
method itself, I just thinkos.listdir
could provide a better UX.Expected behavior
A
FlyteDirectory
with a remote S3 path can be walked through byos.listdir
, as commented hereAdditional context to reproduce
Create a
demo
dir on minio and add a text file first. Then, run the following script:Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: