Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS Serverless 凭证检查模式


凭证检查模式

凭证检查模式允许您提供超过服务限制允许的内容。

它通过利用 Amazon S3 中的预签名 URL 来实现。

**预签名 URL** 是一个可以访问某些对象的 URL。

预签名 URL 将使用创建它的用户的 AWS 凭证。

客户端使用该 URL 更新对象。

任何有权访问互联网浏览器的人都可以使用预签名 URL。

因此,您必须将预签名 URL 视为敏感信息。

您应该只与需要访问它的人共享。


AWS Serverless 凭证检查模式视频

W3schools.com 与 Amazon Web Services 合作,为我们的学生提供数字培训内容。


凭证检查模式的工作原理

客户端提供预签名 URL。

客户端设置读或写访问权限,以及 URL 过期时间。

Lambda 函数创建角色或利用 IAM 凭证访问Amazon S3

Amazon S3 返回其他方可以使用以访问该对象的 URL。


预签名 URL

客户端使用预签名 URL 更新 S3 存储桶中的项目。

预签名 URL 作为有效负载的一部分通过工作流提供。

**有效负载** 是一个包含数据的JSON 结构。

它使 S3 对象可供需要它的组件使用。

URL 的过期时间取决于凭证的过期时间。

该 URL 在凭证过期时间内有效。


相关阅读

Amazon S3 开发人员指南:与他人共享对象

AWS 无服务器练习

通过练习测试自己

练习

什么是预签名 URL?

An URL that has  to some 

开始练习


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.