-
Notifications
You must be signed in to change notification settings - Fork 628
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
[External File Storage Connector]Local File System Connector (OnPrem) #27907
base: main
Are you sure you want to change the base?
Conversation
Issue #27897 is not valid. Please make sure you link an issue that exists, is open and is approved. |
…nd update permissions accordingly
I would love to have this feature as a W1 first party app, but isn't this against the Universal Code Initiative? |
Technically yes, the app needs target: ‘OnPrem’. I believe it promotes the Universal Code Initiative. However, if this connector were to be used instead, it can be replaced by another one without any problems. The External File Storage Module only works with relative paths, with a standardised structure. If I create a Local File Account with the base path C:\run, the module turns the file path C:\run\my\HelloWorld.txt into my/HelloWorld.txt. I can simply upload the content of c:\run\ to e.g. an Azure Blob Storage, perform the cloud migration, replace the connector and that's it! Isn't that exactly the aim of the Universal Code Initiative? |
…cumentation and fix tooltip messages
…nto feature/LocalFileAccess
…nto feature/LocalFileAccess
…tDirectories procedures for clarity
Summary
Implement a new connector that allows access to the local file system of the application server via the external file storage module. It is only intended for OnPrem and not for use in Business Central Online.
Work Item(s)
Fixes #27897