📌  相关文章
📜  如何使 s3 桶对象 publicj - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:20.751000             🧑  作者: Mango

代码示例1
{"Version": "2008-10-17",
"Statement": [{"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::YOUR-BUCKET-NAME/*"
}]}