Just like there is limitless water flowing in Amazon, for the delight of Amazonians, you can use the power of Amazon S3. Just enable S3 storage by uncommenting here in your .rb file by uncommenting the line and give the right credentials and you will have amazon working.
config.paperclip_defaults = {
:hash_secret => "longSecretStringChangeItForSecurity",
:url => "/system/:class/:id/:hash.:extension",
# :storage => :s3,
:s3_host_name => 'amazon_host_name', # or whatever your region host name is
:s3_credentials => {
:bucket => 'amazon_bucket',
:access_key_id => 'access_key',
:secret_access_key => 'secret_access_key'
}
}
Plus we have got some bug fixes and minor updates like friends section appearing in company dropdown as shown below.
So, enjoy life!