适用于 .NET 的 AWS 开发工具包是否在安全通道中与 S3 服务器通信?

Does AWS SDK for .NET communicate in a secure channel with S3 servers?

有谁知道当我 download/upload 文件 from/to S3 存储桶时,适用于 .NET 的 AWS SDK 是否总是使用安全通道?或者这是我编写代码或 S3 存储桶本身时应该配置的东西?

这个问题与 java

的问题类似

这个问题的答案似乎已经过时,因为他们推荐的安全方法现在已被弃用。

是的,https 是默认设置,除非您另行指定。来自 .NET AWS SDK docs

Gets and Sets the property that determines whether the HTTP or HTTPS protocol is used to make requests to the S3 service. By default Protocol.HTTPS is used to communicate with S3.