You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/06/02 17:35:30 UTC

[GitHub] [incubator-teaclave] mssun commented on issue #329: How to register local files?

mssun commented on issue #329:
URL: https://github.com/apache/incubator-teaclave/issues/329#issuecomment-637699653


   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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org