Skip to content

Amazonian

Latest
Compare
Choose a tag to compare
@mindaslab mindaslab released this 17 Jan 02:40
· 11 commits to master since this release

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.

firefox_screenshot_2015-01-17t02-32-35 640z

So, enjoy life!