Does anyone know if the AWS SDK for .NET always uses a secure channel when I download/upload files from/to S3 buckets? Or this is something that should be configured when I write the code or into the S3 buckets itself?
The question is similar to one here for java
Does AWS SDK for Java communicate in a secure channel with S3 servers?
The answers for this question seem to be out of date as the methods they recommend as secure are deprecated now.