Skip to content

Commit

Permalink
expose reqwest rustls-tls-native-roots feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Niedzwiedzw committed Sep 21, 2022
1 parent d69bc4c commit 8bb329c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ no-verify-ssl = []
fail-on-err = []
tokio-native-tls = ["with-tokio", "reqwest/native-tls", "aws-creds/native-tls"]
tokio-rustls-tls = ["with-tokio", "reqwest/rustls-tls", "aws-creds/rustls-tls"]
tokio-rustls-tls-native-roots = ["with-tokio", "reqwest/rustls-tls-native-roots", "aws-creds/rustls-tls"]
sync-native-tls = ["sync", "aws-creds/native-tls", "attohttpc/tls"]
sync-rustls-tls = ["sync", "aws-creds/rustls-tls", "attohttpc/tls-rustls"]
blocking = ["block_on_proc", "tokio/rt", "tokio/rt-multi-thread"]
Expand Down

0 comments on commit 8bb329c

Please sign in to comment.