【发布时间】:2019-08-29 17:00:15
【问题描述】:
我需要为我在 Swisscom Cloudfoundry 上托管的 S3 存储桶设置一些 CORS 规则。我可以在哪里或如何设置我的 CORS 规则?
在 Cloudfoundry 仪表板中,我找不到任何属于 CORS 的设置。
使用 Postman 应用程序通过 API 设置 CORS(使用 AWS 签名身份验证方法)会给我以下异常:
<Error>
<Code>SignatureDoesNotMatch</Code>
<Message>The request signature we calculated does not match the signature you provided. Check your Secret Access Key and signing method. For more information, see REST Authentication and SOAP Authentication for details.</Message>
<RequestId>8abebc99:1683be0bcde:5db02:2c2f</RequestId>
</Error>
Swisscom Cloudfoundry S3 是否支持 CORS 设置? 如何设置 CORS 规则?
【问题讨论】:
标签: amazon-s3 cors swisscomdev