CORS 规则非法。
用户设置桶 CORS 规则时,CORS 规则中缺少 AllowedOrigins
。
您配置桶 CORS 时,CORS 规则中缺少 AllowedOrigins
。
PUT /?cors HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: Fri, 30 Jul 2021 08:05:36 +0000 Authorization: authorization xxx { "CORSRules":[{ "AllowedMethods":["PUT", "GET"], "AllowedHeaders":["Authorization"], "ExposeHeaders":["x-tos-test"], "MaxAgeSeconds":1024} ] }
参见 PutBucketCORS,正确构造 CORS 规则,确保存在 AllowedOrigins
。