rust-s3 icon indicating copy to clipboard operation
rust-s3 copied to clipboard

#299 introduces a regression that breaks rustls + tokio support

Open ryanswrt opened this issue 1 year ago • 2 comments

Describe the bug Previously the with-tokio feature could be used with tokio-rustls-tls - allowing for easy static compilation with musl. After #299 was merged, with-tokio will always pull in native-tls; which forces an openssl dependency

To Reproduce Upgrade from 0.33.0 to 0.34.0-beta2 with only the with-tokio and tokio-rusttls-tls features enabled, and you will no longer be able to compile with musl

Expected behavior rusttls to be used

ryanswrt avatar Apr 10 '23 08:04 ryanswrt

@ryanswrt, good callout, we've remove reqwest, and there is some fallout, it will be cleaned up before the next beta

durch avatar Apr 11 '23 06:04 durch

Ran into the same issue. This is still an issue with the latest beta3 release.

lpotthast avatar Aug 28 '23 14:08 lpotthast