We have some legacy EC2 instances that connect to S3 by s3fs-fuse (v1.83 and some). Now, AWS S3 will force TLS 1.2 or lator by next June, and notified they are still connecting with older TLS versions.
We must configure s3fs to support TLS 1.2 or find other alternatives.
We already read the release notes of s3fs to find nothing about these issues, and the following code shows it has no TLS versions options. https://github.com/s3fs-fuse/s3fs-fuse/blob/master/src/curl.cpp https://curl.se/libcurl/c/CURLOPT_SSLVERSION.html
Are there any good solutions?
Our environment(just one of the servers):
- OS: Ubuntu 18.x
- s3fs: 1.83