静态网站配置非法。
用户设置静态网站配置时,RedirectAllRequestsTo 配置项中 HostName 取值为空。
您进行静态网站配置时,RedirectAllRequestsTo 配置项中 HostName 取值为空。
PUT /?website HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: Fri, 30 Jul 2021 13:59:18 GMT Authorization: authorization xxx { "RedirectAllRequestsTo": { "Protocol": "http" } }
参见 PutBucketWebsite,正确构造静态网站配置,确保 RedirectAllRequestsTo 配置项中 HostName 取值不为空。