refactor: rename image-storage crate to object-storage
Some checks failed
CI / Check / Test (push) Failing after 44s

This commit is contained in:
2026-06-03 01:37:14 +02:00
parent f262417971
commit 430fbb21ea
13 changed files with 29 additions and 29 deletions

View File

@@ -47,7 +47,7 @@ application = { workspace = true }
auth = { workspace = true }
metadata = { workspace = true }
poster-fetcher = { workspace = true }
image-storage = { workspace = true }
object-storage = { workspace = true }
template-askama = { workspace = true }
nats = { workspace = true, optional = true }
rss = { workspace = true }

View File

@@ -129,7 +129,7 @@ pub fn build_poster_fetcher() -> anyhow::Result<Arc<dyn PosterFetcherClient>> {
}
pub fn build_object_storage() -> anyhow::Result<Arc<dyn ObjectStorage>> {
image_storage::create()
object_storage::create()
}
pub fn build_profile_fields_repo(