volcengine / tosfs

Pythonic file-system interface for TOS(Tinder Object Storage)
Apache License 2.0
2 stars 0 forks source link

Implement isdir API #31

Closed yanghua closed 4 weeks ago

yanghua commented 1 month ago

The default fsspec#isdir is inefficient. It needs to call list TOS API.

yanghua commented 4 weeks ago

linked to PR #34