fsspec / ossfs

fsspec filesystem for Alibaba Cloud (Aliyun) Object Storage System (OSS)
Apache License 2.0
19 stars 10 forks source link

async exists() #145

Open DeoLeung opened 10 months ago

DeoLeung commented 10 months ago

using 2023.8.0, exists seems not awaitable, I saw pr was merged, is it in the next release?


just check the tests, it seems it's using async internally but the method is still sync, is there any plan to make them awaitable?