-
Notifications
You must be signed in to change notification settings - Fork 472
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
feat(bin/ofs): introduce integrations/cloudfilter
for ofs
#4935
Conversation
Thank you for this PR. However, I'm not confident that |
We need to set up a new Windows action environment to run a Windows test for the new |
Hello @oowl, I have been add some tests for https://github.com/ho-229/cloud-filter-rs, and I think maybe we can add tests for |
It seems the |
Makes sense to me. We can move forward. |
Hi @oowl , I think |
Do we have any limitations for CRUD action implementation? |
We now support fetching data and the path tree from a remote source and making changes locally. However, these changes cannot be synced to the remote source |
So from our goal, we not only support fetching data and the path tree from a remote source but also need to support delete or update operations. Do I understand correctly? |
Yes, but I encounter some problems to implement |
What changes are included in this PR?
Introduce
integrations/cloudfilter
for ofs.