We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba753b commit 76b5496Copy full SHA for 76b5496
s3/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust-s3"
3
-version = "0.35.0"
+version = "0.35.1"
4
authors = ["Drazen Urch"]
5
description = "Rust library for working with AWS S3 and compatible object storage APIs"
6
repository = "https://github.com/durch/rust-s3"
@@ -92,8 +92,7 @@ bytes = { version = "1.2" }
92
block_on_proc = { version = "0.2", optional = true }
93
94
[features]
95
-default = ["tokio-rustls-tls"]
96
-# default = ["tags", "use-tokio-native-tls", "fail-on-err"]
+default = ["tags", "use-tokio-native-tls", "fail-on-err"]
97
use-tokio-native-tls = [
98
"with-tokio",
99
"aws-creds/native-tls",
0 commit comments