I'm having a problem uploading a file to S3 - the full file is available at
but appears to revolve around the code:
AWS::S3::S3Object.store("testing.txt",File.open("tmp/testing.txt"),bucketnamehere)
Specifically, when running this, I'm getting this error:
undefined method `request' for nil:NilClass (NoMethodError)
full error: http://pastie.org/3341737
Anyone have any clues here (I could be missing something incredibly obvious!)