fsspec / ossfs

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

Implement async version of ls #104

Closed karajan1001 closed 1 year ago

karajan1001 commented 1 year ago

fix: #92

  1. Implement session operations in AioOSSFileSystem
  2. Implement ls related operations (ls_dir, ls_bucket)in AioOSSFileSystem
  3. Add a new tests to test list bucket
  4. Add a new ls tests for AioOSSFileSystem
  5. Extract similar methods in sync and async ossfs to the base class.