-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add components for file interface #236
Comments
I wanna take this issue |
I think we can use existing sdk libs to integrate with different file systems. For example, @zu1k once recommended https://github.com/beyondstorage/go-storage ,it can serve as clients for many backend storages: |
Cool! |
I wanna implement aws Oss first! |
@zach030 Good! |
Some tips for who want to implement File API component: |
done #245 |
Hi.I did the implementation of the hdfs service for the beyondstorage community over the summer.I would like to try to implement hdfs. |
sorry for my problem.Here is the link. |
This issue has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue or help wanted) or other activity occurs. Thank you for your contributions. |
What would you like to be added:
Layotto support file interface now, and have implemented the alioss component.
So this issue want to support other file system, eg,
You can refer the interface design document of file component interface design,api design
The text was updated successfully, but these errors were encountered: