jacquescrocker / jammit-s3

Extensions so you can use jammit with s3/cloudfront for your Rails app
http://documentcloud.github.com/jammit/
MIT License
125 stars 31 forks source link

not getting prompted for credentials #6

Closed jjb closed 13 years ago

jjb commented 13 years ago

I followed the instructions in the readme. When I invoke bundle exec jammit-s3 in my rails 2 project, i get:

➔ bundle exec jammit-s3
access_key_id: '' is not valid
bundle exec jammit-s3  45.15s user 2.06s system 189% cpu 24.954 total

I though it might be a conflict with paperclip and/or aws-s3, I took those out, didn't help.

Let me know if you would like more info.

Thanks for jammit-s3!

jacquescrocker commented 13 years ago

basically its just not picking up the access_key_id setting. do you have it defined in your assets.yml or elsewhere?

jjb commented 13 years ago

I don't have it defined but the readme says "Every time you run jammit-s3 it will ask you for your Amazon credentials." — Is this old information?

thanks

jacquescrocker commented 13 years ago

hmm, yes, this is old. i used to have highline in there, but it was too heavy a dependency

I'll fix the README now

jjb commented 13 years ago

okay got it. so i'm not crazy :)