Local Storage 
This manual lists all the configurations that the S-Filer Portal's Configuration CLI can change about the Local Storage.
You can change these configurations using the modify-local-storage command
    modify-local-storage      Modify the Local storage with the configuration 
            specified 
      Usage: modify-local-storage [options]
        Options:
          -d
            The Local storage description.
          -es
            True or False: The Local storage enable secure delete.
          -et
            True or False: The Local storage enable for the trash folder.
          -f
            The force update (skip warnings and optional validations).
            Default: false
        * -n
            The Local storage name.
          -nn
            The Local storage new name.
          -pd
            The Local storage path to the directory.
          -pt
            The Local storage path to the trash folder.
          -s
            The Local storage status.
            Possible Values: [ACTIVE, INACTIVE, PASSIVE]| Configuration key | Description | Default value | 
|---|---|---|
| cfg. (Since 4.18.0) | Path to local storage, where all the uploaded files will be stored. Make sure there is enough space for this storage. | files/ | 
| cfg. (Since 4.18.0) | Option to enable or disable secure delete. | false | 
| cfg. (Since 4.18.0) | Option to enable or disable a trash folder. | false | 
| cfg. (Since 4.18.0) | Path to trash folder, where all the deleted files will be stored. Make sure there is enough space for this storage. | files/trash | 
