简体   繁体   中英

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? 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.

Yes, https is default, unless you specify differently. From .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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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