volcengine / tosfs

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

Implement isfile API #32

Closed yanghua closed 4 weeks ago

yanghua commented 1 month ago

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

yanghua commented 4 weeks ago

link to pr: #33