1

heroku の locomotiveCMS エンジンを S3 バケットに接続するのに問題があります。EU リージョン バケットがあり、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 バケットに関する既知の問題はありますか?

4

1 に答える 1

0

s3 バケットは単なる名前であり、ドメイン名ではありません。s3 コンソール管理で、作成したバケット名は何ですか?

于 2013-05-13T08:05:54.963 に答える