Skip to content

Commit

Permalink
Re-export s3 and reqwest crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
lseelenbinder committed Feb 1, 2024
1 parent 99b9041 commit 8d87378
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ pub use header::{Compression, Header, TileType};
#[cfg(any(feature = "s3-async-rustls", feature = "s3-async-native"))]
pub use backend::S3Backend;

#[cfg(feature = "http-async")]
pub use s3;

#[cfg(feature = "http-async")]
pub use backend::HttpBackend;

#[cfg(feature = "http-async")]
pub use reqwest;

#[cfg(feature = "mmap-async-tokio")]
pub use backend::MmapBackend;

Expand Down

0 comments on commit 8d87378

Please sign in to comment.