我无法将 heroku 上的 locomotiveCMS 引擎与我的 S3 Bucket 连接起来。我有一个 EU-Region Bucket 并将 heroku vars 设置如下:
S3_BUCKET: assets.mydomain.de
S3_BUCKET_REGION: eu-west-1
使用此设置,我的 HTML 源代码中出现错误,并且资产不会上传:
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>PermanentRedirect</Code><Message>The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.</Message><RequestId>AB6E67D9D5B88B65</RequestId><Bucket>assets.mydomain.de</Bucket><HostId>sZB988g5ap7FKNoliaAWros5J3aHApHVzmj4dvEhD0OPonJE9I5Oxxn5u6L6j2g7</HostId><Endpoint>assets.mydomain.de.s3.amazonaws.com</Endpoint></Error>
EU-Buckets 是否存在任何已知问题?