2023.4.0
What's Changed
- Update test bucket move to my personal account by @karajan1001 in #87
- Add a new secret anonymous bucket name by @karajan1001 in #89
- Bump fsspec from 2023.3.0 to 2023.4.0 by @dependabot in #88
- Seperate OSSFile from core to file.py by @karajan1001 in #102
- Add class AioOSSFileSystem and extract public method from
OSSFileSystem
toBaseOSSFileSystem
by @karajan1001 in #103 - Implement async version of ls by @karajan1001 in #104
- implemenmt
info
related methods inAioOSSFileSystem
by @karajan1001 in #106 - Add
put
andget
toAioOSSFileSystem
by @karajan1001 in #107 - Implement
find
related operations in theAioOSSFileSystem
by @karajan1001 in #108 - Implement
remove
related operations inAioOSSFileSystem
by @karajan1001 in #109 - Implement
copy
related operations for the AysncOSSFileSystem by @karajan1001 in #110 - Add file support for the Async OSSFileSystem by @karajan1001 in #111
- Implement
pipe
related operations in theAysncOSSFileSystem
by @karajan1001 in #112 - Implement cat related operations in the AysncOSSFileSystem by @karajan1001 in #113
- Add benchmarks to compare the performance of sync and async version of OSS by @karajan1001 in #115
- Update documents by @karajan1001 in #117
Full Changelog: 2023.3.0...2023.4.0