Skip to content

Not clear if FileManager can use storage to write #11

@mathias-aa

Description

@mathias-aa

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,

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions