I was getting a connection refused error while using attachment_fu with S3. I found that while in the 's3sh' console the server variable gets set to 's3.amazonaws.com', within my app it was nil. Setting this in the amazon_s3.yml file solved the problem:
server: s3.amazonaws.com
This should probably be included in the config example.
I was getting a connection refused error while using attachment_fu with S3. I found that while in the 's3sh' console the server variable gets set to 's3.amazonaws.com', within my app it was nil. Setting this in the amazon_s3.yml file solved the problem:
server: s3.amazonaws.com
This should probably be included in the config example.