We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809f0ed commit 155c530Copy full SHA for 155c530
Cargo.toml
@@ -29,7 +29,7 @@ reqwest-rustls-tls-webpki-roots = ["reqwest?/rustls-tls-webpki-roots"]
29
# Internal features, do not use
30
__async = ["dep:tokio", "async-compression/tokio"]
31
__async-s3 = ["__async", "dep:rust-s3"]
32
-__async-s3-nativetls = ["rust-s3?/tokio-native-tls"]
+__async-s3-nativetls = ["rust-s3?/use-tokio-native-tls"]
33
__async-s3-rustls = ["rust-s3?/tokio-rustls-tls"]
34
__async-aws-s3 = ["__async", "dep:aws-sdk-s3"]
35
0 commit comments