我目前正在尝试通过 cloudflare 使用 amazon s3 作为图像托管。我想使用我的子域作为图像 url。
我在 cloudflare 中设置了 CNAME,如下所示。
image.domain.com CNAME image.domain.com.s3.amazonaws.com
我在 s3 中的存储桶名称是 image.domain.com
但是当我转到 image.domain.com 时出现以下错误
<Error>
<Code>InvalidArgument</Code>
<Message>Unsupported Authorization Type</Message>
<ArgumentValue>Basic dGFiaXBlZGlhc3RhZmdedaefaeeYW5jZQ==</ArgumentValue
<ArgumentName>Authorization</ArgumentName>
<RequestId>4EEDAB31EAD3C24F1</RequestId>
<HostId>
DbqMpmzTxU4c/gE4uC6fadaebwtb35wtggtbrtbtt vIm5IZC9lg1xDoixF
</HostId>
</Error>
我必须在 s3 中使用网站托管来进行此设置吗?或者我错过了一些配置..?