Query on upload to s3 bucket NodeJS

0

Hello, I have one doubt about the s3 bucket; while uploading data to the s3 bucket using the upload function from aws-sdk in NodeJS, is data uploaded securely using TLS?

已提問 2 年前檢視次數 410 次
1 個回答
1
已接受的答案

Yes, TLS is expected to be used.

The following AWS official documentation and the AWS official blog state that TLS is used by default in the AWS SDK for JavaScript. [1] [2]

[1] Enforcing a minimum TLS version - AWS SDK for JavaScript
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/enforcing-tls.html
----- Excerpt -----
AWS SDK for JavaScript v3 automatically negotiates the highest supported TLS version for a given AWS service endpoint.
----- Excerpt -----

[2] TLS 1.2 to become the minimum TLS protocol level for all AWS API endpoints | AWS Security Blog
https://aws.amazon.com/jp/blogs/security/tls-1-2-required-for-aws-endpoints/
----- Excerpt -----
If you are one of the more than 95% of AWS customers who are already using TLS 1.2 or later, you will not be impacted by this change. If you are already using TLS 1.2 or later if your client software application was built after 2014 using an AWS Software Development Kit (AWS SDK), AWS Command Line Interface (AWS CLI), Java Development Kit (JDK) 8 or later, or another modern development environment.
----- Excerpt -----

I hope the above is helpful.

profile picture
mn87
已回答 2 年前
profile pictureAWS
專家
Chris_G
已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南