您提供的AWS Access Key ID在我们的记录中不存在

时间:2014-01-26 12:52:49

标签: heroku ruby-on-rails-4

On Heroku: 我添加了以下ENV变量:在将我的应用程序推送到heroku之前:

heroku config:set FOG_DIRECTORY=xxxxxxxxxxxxxxx
heroku config:set AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxx
heroku config:set AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
heroku config:set AUTHNET_LOGIN=xxxxxxxxxxx
heroku config:set AUTHNET_PASSWORD=xxxxxxxxxxxxxxx

heroku labs:enable user-env-compile -a myapp

而且,我正在得到如下的错误:

AssetSync: Syncing.
       rake aborted!
       Expected(200) <=> Actual(403 Forbidden)
       response => #<Excon::Response:0x007fef64e43f08 @data={:body=>"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>InvalidAccessKeyId</Code><Message>The AWS Access Key Id you provided does not exist in our records.</Message>

请有人帮我解决此问题

0 个答案:

没有答案