mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 22:40:40 +00:00
* feat: make mito2 have object_store_manager(initial) * chore: address review * refactor: Arc<ObjectStoreManager> to ObjectStoreManagerRef and replace Vec with tuple * fix: add ObjectStoreManager::from_default * fix: remove cfg(test) * fix: remove try_new from ObjectStoreManager