简体   繁体   English

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

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

Does anyone know if the AWS SDK for .NET always uses a secure channel when I download/upload files from/to S3 buckets?有谁知道当我从/向 S3 存储桶下载/上传文件时,适用于 .NET 的 AWS 开发工具包是否始终使用安全通道? Or this is something that should be configured when I write the code or into the S3 buckets itself?或者这是在我编写代码或写入 S3 存储桶本身时应该配置的内容?

The question is similar to one here for java这个问题类似于一个here for java

Does AWS SDK for Java communicate in a secure channel with S3 servers? 适用于 Java 的 AWS 开发工具包是否在安全通道中与 S3 服务器通信?

The answers for this question seem to be out of date as the methods they recommend as secure are deprecated now.这个问题的答案似乎已经过时,因为他们推荐的安全方法现在已被弃用。

Yes, https is default, unless you specify differently.是的,https 是默认值,除非您指定不同。 From .NET AWS SDK docs来自.NET AWS SDK 文档

Gets and Sets the property that determines whether the HTTP or HTTPS protocol is used to make requests to the S3 service.获取和设置用于确定是使用 HTTP 还是 HTTPS 协议向 S3 服务发出请求的属性。 By default Protocol.HTTPS is used to communicate with S3 .默认情况下,使用 Protocol.HTTPS 与 S3 通信

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM