Really stumped on this one. I have been getting this error when I try to use attachment_fu to upload a file to s3. I know my credentials are correct. Any idea on what the problem might be?
/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize' /usr/local/lib/ruby/1.8/net/http.rb:560:in `open' /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect' /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout' /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout' /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect' /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start' /usr/local/lib/ruby/1.8/net/http.rb:548:in `start' vendor/gems/aws-s3-0.6.2/lib/aws/s3/connection.rb:49:in `request' vendor/gems/aws-s3-0.6.2/lib/aws/s3/base.rb:69:in `request' vendor/gems/aws-s3-0.6.2/lib/aws/s3/base.rb:88:in `put' vendor/gems/aws-s3-0.6.2/lib/aws/s3/object.rb:241:in `store_without_cache_control' vendor/plugins/community_engine/lib/s3_cache_control.rb:16:in `store' vendor/plugins/community_engine/engine_config/initializers/ attachment_fu_patch.rb:24:in `save_to_storage' vendor/plugins/community_engine/engine_plugins/attachment_fu/lib/ technoweenie/attachment_fu.rb:369:in `after_process_attachment' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/ active_support/callbacks.rb:173:in `send' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/ active_support/callbacks.rb:173:in `evaluate_method' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/ active_support/callbacks.rb:161:in `call' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/ active_support/callbacks.rb:93:in `run' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/ active_support/callbacks.rb:92:in `each' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/ active_support/callbacks.rb:92:in `send' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/ active_support/callbacks.rb:92:in `run' vendor/plugins/community_engine/engine_config/initializers/ attachment_fu_fix.rb:25:in `run_callbacks' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ callbacks.rb:298:in `callback' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ callbacks.rb:208:in `create_or_update' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ base.rb:2211:in `save_without_validation' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ validations.rb:911:in `save_without_dirty' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ dirty.rb:75:in `save_without_transactions' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ transactions.rb:106:in `save' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ connection_adapters/abstract/database_statements.rb:66:in `transaction' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ transactions.rb:79:in `transaction' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ transactions.rb:98:in `transaction' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ transactions.rb:106:in `save' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ transactions.rb:118:in `rollback_active_record_state!' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.2/lib/active_record/ transactions.rb:106:in `save' app/controllers/videos_controller.rb:118:in `update' app/controllers/videos_controller.rb:111:in `update' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
