Local¶ object_store_rs.store.LocalStore ¶ Local filesystem storage providing an ObjectStore interface to files on local disk. Can optionally be created with a directory prefix. store = LocalStore() store = LocalStore(prefix="/path/to/directory")