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

This reverts commit 609e3896eb.
This commit is contained in:
Prospector
2025-12-18 10:40:27 -08:00
committed by GitHub
parent 8d894541e8
commit 5bbc3872f3
18 changed files with 43 additions and 282 deletions

View File

@@ -1,12 +1,10 @@
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};