Filament has exported files stored in default (`public`) filesystem if not reconfigured
Summary All Filament features that interact with storage use the defaultfilesystemdisk config option. This allows the user to easily swap their storage driver to something production-ready like s3 when deploying their app, without having to touch multiple configuration options and potentially...