1
defunct9 2023-11-16 10:37:57 +08:00
开 aws 账号,让我上去看看
|
2
o562dsRcFqYl375i 2023-11-16 10:42:20 +08:00
将 s3 对象设置成允许公有访问。
|
3
NessajCN 2023-11-16 10:43:48 +08:00
mc ls s3 名/桶
mc anonymous list s3 名/桶 结果分别是啥 |
4
nanjingwuyanzu 2023-11-16 10:46:43 +08:00
双斜杠后面不应该是桶的域名吗?怎么换成了 ip
|
5
zzboat0422 2023-11-16 10:56:27 +08:00
第一种是泛域名解析吧,需要 DNS 支持,才能用第一种。
第二种访问方式应该是需要配置后才能支持。 |
6
Tyaqing 2023-11-16 11:03:06 +08:00
之前我也弄过,我记得应该是文件也要设置成公开读
为什么不用 cloudfront 套一层呢 |
7
worldtongfb 2023-11-16 11:18:54 +08:00
俩个都是对的
aws 工具给你的是 Virtual-hosted–style requests 你自己用的的 Path-style requests 可以看看文档 https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#path-style-access https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#VirtualHostingBackwardsCompatibility 里面说了 path style 会返回 307 |
8
alyunflc 359 天前
AWS 相关的问题或者需要可以找我看看,alyunflc
|