saintmac/fetch-upload-s3

Where do I put the config file?

Closed this issue · 4 comments

I'm getting this error:
2016-02-13T15:20:08.769303+00:00 app[web.1]: { [SigningError: Missing credentials in config]
2016-02-13T15:20:08.769307+00:00 app[web.1]: code: 'SigningError',
2016-02-13T15:20:08.769308+00:00 app[web.1]: errno: 'ECONNREFUSED',
2016-02-13T15:20:08.769309+00:00 app[web.1]: syscall: 'connect',
2016-02-13T15:20:08.769310+00:00 app[web.1]: name: 'SigningError' }

same here. did you ever figure it out?

Hello guys,

It seems that the aws_config.json file is not used anymore (see 2a2d9e1).
The README.md has not been updated (@hpogosyan)

Instead use your app environment variables and set

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION

Should work ;)

Thanks @gogson for the explanation. Closing it now.

I just fixed the documentation 43a14d4