fsspec / ossfs

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

Implement `find` related operations in the `AysncOSSFileSystem` #101

Closed karajan1001 closed 1 year ago

karajan1001 commented 1 year ago

Add _expand_path, du, glob and _find methods and some tests for it.