-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This issue is used to track the progress of opendalfs 0.1 release. Welcome to join in the developmenet by leaving your comments here.
- In 0.1 release, we might not cover all supported service. We will provide
memory
,fs
,s3
,azblob
,gcs
,oss
at least. - In 0.1 release, we will only have blocking API first. Async API is on our plan.
Tasks
- Figure out all fsspec APIs that need to implement (maybe refer to s3fs and ossfs)
- Implement OpendalFileSystem APIs
- fsid
- mkdir
- mkdirs
- rmdir
- ls
- info
- rm_file
- _open
- created
- modified
- Implement OpendalBufferedFile APIs
- _upload_chunk
- _initiate_upload
- _fetch_range
- Figure out how to perform releases
- I expect to have a package for every different service.
- Figure out how to do test on different service
- Add docs for service.
Metadata
Metadata
Assignees
Labels
No labels