You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
No.
Describe the solution you'd like
I'd like to have support for named LocalStorage. Meaning a local filesystem where the kernel may notify a process using inotify about changes.
Implement NamedLocalStorage which supports named paths
Implement Async\InotifyListener and Async\LocalStorageScanner
Also I propose the following changes:
Rename Storage\Smb to Storage\NamedSmb
Rename Storage\Gridfs to Storage\AnonymousGridfs
This is to make a clear abstraction between anonymous storage and named storage. While named storage supports human readable paths, meaning balloon is reflected 1:1 on the storage while making some compromises like not having history support.
Additional context
There must be some sort of security forbid users to dynamically create LocalStorage linked collections.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
No.
Describe the solution you'd like
I'd like to have support for named LocalStorage. Meaning a local filesystem where the kernel may notify a process using inotify about changes.
Also I propose the following changes:
This is to make a clear abstraction between anonymous storage and named storage. While named storage supports human readable paths, meaning balloon is reflected 1:1 on the storage while making some compromises like not having history support.
Additional context
There must be some sort of security forbid users to dynamically create LocalStorage linked collections.
The text was updated successfully, but these errors were encountered: