Xuanwo opened a new issue, #4090:
URL: https://github.com/apache/opendal/issues/4090
opendal publish failed for
```shell
error[E0277]: the trait bound `AsyncRustlsConnector:
std::convert::From<TlsConnector>` is not satisfied
--> src/services/ftp/backend.rs:227:21
|
227 |
AsyncRustlsConnector::from(TlsConnector::default()),
| ^^^^^^^^^^^^^^^^^^^^ the trait
`std::convert::From<TlsConnector>` is not implemented for `AsyncRustlsConnector`
|
= help: the trait
`std::convert::From<async_tls::connector::TlsConnector>` is implemented for
`AsyncRustlsConnector`
= help: for that trait implementation, expected
`async_tls::connector::TlsConnector`, found `TlsConnector`
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]