Use alt CDN URL when request header is passed (#4921)

* Use alt CDN URL when request header is passed

* Modify version routes to use alt CDN
This commit is contained in:
aecsocket
2025-12-17 18:12:29 +00:00
committed by GitHub
parent fd08dff1e7
commit 609e3896eb
18 changed files with 282 additions and 43 deletions

View File

@@ -1,10 +1,12 @@
use async_trait::async_trait;
use thiserror::Error;
mod cdn;
mod mock;
mod s3_host;
use bytes::Bytes;
pub use cdn::*;
pub use mock::MockHost;
pub use s3_host::{S3BucketConfig, S3Host};