-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Currently the exists method is not working as expected on directories. Swift does not have actual directories, but it would be great if the following would work:
Failing minimal example
import fsspec
fs = fsspec.filesystem("swift")
fs.lexists("swift://swift.dkrz.de/dkrz_948e7d4bbfbb445fbff5315fc433e36a/fsspec_test/bug01.zarr")returns False although I expect it to return True.
On container-level and object-level the function returns as expected:
fs.lexists("swift://swift.dkrz.de/dkrz_948e7d4bbfbb445fbff5315fc433e36a/fsspec_test")
#True
fs.lexists("swift://swift.dkrz.de/dkrz_948e7d4bbfbb445fbff5315fc433e36a/fsspec_test/bug01.zarr/.zattrs")
#TrueMetadata
Metadata
Assignees
Labels
No labels