pub fn setup_file_store() -> Arc<dyn FileStore + Send + Sync>
Expand description

Setups file store so that it can be passed to actix web as data. Using Arc here so that this can be accessed from all the different worker threads.