Missing :bucket option (S3), while it is defined in production initializers

I got my S3 credentials defined in my production.rb, linkwise to this
heroku post https://devcenter.heroku.com/articles/paperclip-s3.
However
when I’m testing it on Heroku, I get this error in my logs:
“ArgumentError
(missing required :bucket option)”. What could be wrong?

On Apr 19, 2013 2:26 AM, “Jan van der Pas” [email protected]
wrote:

I got my S3 credentials defined in my production.rb, linkwise to this
heroku post. However when I’m testing it on Heroku, I get this error in
my
logs: “ArgumentError (missing required :bucket option)”. What could be
wrong?

with the complete lack of code, very hard to help. do you test s3
storage
is working prio to production? my guess: you are missing the s3 bucket
to
save to.