Displaying 2 results from an estimated 2 matches for "requesttimeout".
Did you mean:
request_timeout
2010 Apr 24
2
problem using attachment_fu with S3
Hi,
My S3 bucket is located in the US
I have attachment_fu working when using file system storage
I have sw-swf upload plugin working with my S3 account
but I can not get attachment_fu to work with S3 storage.
the error I get is :
AWS::S3::RequestTimeout in Upload filesController#create
Your socket connection to the server was not read from or written to
within the timeout period. Idle connections will be closed.
hope someone can help out or pint me to an application that works.
i have attached my db file.
in my model I have
has_attachment :...
2007 Sep 27
1
AWS / S3 upload path requirements?
...y to interface (http://
amazon.rubyforge.org/).
I''ve installed properly, created buckets, I haven''t have any luck
storing files with the following syntax:
file = ''c:/path/to/file''
S3Object.store(file, open(file), ''bucketname'')
getting ASW:S3::RequestTimeout: errors from S3 every time. As you
might be able to tell, I''m running Rails on a PC (boo, I know).
However, I''ve tried uploading with several different path types, e.g.
/path/to/file
\path\to\file
c:/path/to/file
c:\path\to\file
So, my question is, what are the requirements for...