durch / rust-s3

Rust library for interfacing with S3 API compatible services
MIT License
498 stars 195 forks source link

Move native-tls dependencies from with-tokio feature to use-tokio-native-tls feature #370

Closed lucasmerlin closed 7 months ago

lucasmerlin commented 7 months ago

This should fix #369

lucasmerlin commented 7 months ago

Seems like it's actually not that simple since rust-s3 seems to depend directly on hyper-tls which doesn't support rustls. Sorry for the noise, I thought this would be a simple change.