Displaying 1 result from an estimated 1 matches for "145x145".
Did you mean:
145c145
2013 Jun 28
1
[HELP PLEASE!] attachment_fu and aws-s3
...ore my files in Amazon S3.
I follow all the instructions using attachment_fu and s3
my model
has_attachment :content_type => :image,
:storage => :s3,
:max_size => 1.megabyte,
:thumbnails => {
:thumb => ''145x145>'',
:normal => ''480x360>''
}
validates_as_attachment
amazon_s3.yml
development:
bucket_name: ''mybucket''
access_key_id: ''my_access_key''
secret_access_key: ''my_secret_key'...