You can find a component called file agent (https://github.com/apache/incubator-teaclave/tree/master/file_agent), which provides functionalities to interactive (download and upload files) with data storage services. As you can see from the code, the `file://` schema is for local file storage. That is to say, you can register local files with `file://` in the prefix of the URL.
However, note that the `file://` schema is not recommended right now. We need time to improve the security and usability. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/329#issuecomment-637699653
