Skip to content

Commit

Permalink
refactor: replace own Extensions by http version
Browse files Browse the repository at this point in the history
  • Loading branch information
crepererum committed Feb 27, 2025
1 parent 90d9786 commit 8479465
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 245 deletions.
243 changes: 0 additions & 243 deletions object_store/src/extensions.rs

This file was deleted.

3 changes: 1 addition & 2 deletions object_store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ pub mod buffered;
#[cfg(not(target_arch = "wasm32"))]
pub mod chunked;
pub mod delimited;
pub mod extensions;
#[cfg(feature = "gcp")]
pub mod gcp;
#[cfg(feature = "http")]
Expand Down Expand Up @@ -972,7 +971,7 @@ pub struct GetOptions {
/// that need to pass context-specific information (like tracing spans) via trait methods.
///
/// These extensions are ignored entirely by backends offered through this crate.
pub extensions: extensions::Extensions,
pub extensions: ::http::Extensions,
}

impl GetOptions {
Expand Down

0 comments on commit 8479465

Please sign in to comment.