-
Notifications
You must be signed in to change notification settings - Fork 20
Not clear if FileManager can use storage to write #11
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationquestionFurther information is requestedFurther information is requested
Description
Hi,
First things first, congratulations for this amazing plugin 💯
I'm not really sure to understand clearly if I can use the FileManager with a storage mode.
The documentation (readme) clearly says that filemanager is for database only and fileSystem for storage only (read only).
But the configuration file is saying that both are available for the fileManager :
File Manager Mode
|--------------------------------------------------------------------------
|
| The file manager supports two modes:
|
| - 'database': Files and folders are tracked in a database table.
| Metadata, hierarchy, and relationships are stored in the database.
| File contents are stored on the configured disk. Best for applications
| that need to attach metadata, tags, or relationships to files.
|
| - 'storage': Files and folders are read directly from a storage disk.
| No database is used. The file manager shows the actual file system
| structure. Renaming and moving actually rename/move files on the disk.
| Best for managing cloud storage (S3, etc.) or local file systems.
`
I'd like to use the fileManager with storage mode, and be able to read/write with it.
Is it possible ?
My tests seems to show that the readme is right, as as soon as I use it, databases items are created.
Best,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationquestionFurther information is requestedFurther information is requested