时间:2023-09-17 01:24:01 | 来源:网站运营
时间:2023-09-17 01:24:01 来源:网站运营
5分钟搭建基于Amazon S3托管的静态网站:作者:MeshCloud脉时云 架构师 王一凡{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::my-website-bucket-test01/*" } ]}
此时再对网站进行访问可以看到页面变成404git clone https://github.com/sami-dev/aws-s3-static-website-sample.git
使用 S3 CLI 将Website文件夹中的内容上传至S3aws s3 sync Website s3://my-website-bucket-test01 --profile ezmsp_global_s3
在S3上进行查看关键词:托管,静态