File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 24452445 'localstorage.unlink_on_truncate ' => false ,
24462446
24472447 /**
2448- * EXPERIMENTAL: Include external storage in quota calculations.
2448+ * Include external storage mounts in quota calculations.
24492449 *
2450- * Defaults to ``false``
2450+ * When enabled, user storage quotas will also include files stored on
2451+ * external storage mounts (such as SMB, SFTP, S3, etc.) that are
2452+ * configured for the user (either as personal or global/system mounts).
2453+ *
2454+ * Only files visible to the user at these mount points are counted towards
2455+ * their quota. Files only visible to other users (on their own mounts) are
2456+ * not counted.
2457+ *
2458+ * By default, system/global external storage mounts are shared: every user
2459+ * given access sees the same files and folders from the external storage. To
2460+ * have per-user isolation, configure the mount with user-specific path or
2461+ * credentials, or utilize a personal mount.
2462+ *
2463+ * Enabling this option may impact performance if external storages are slow
2464+ * or unreliable.
2465+ *
2466+ * Warning: This setting is considered EXPERIMENTAL and may not work with all
2467+ * external storage backends.
2468+ *
2469+ * Defaults to ``false``.
24512470 */
24522471 'quota_include_external_storage ' => false ,
24532472
You can’t perform that action at this time.
0 commit comments