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 年前413 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则