You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: