Skip to content

Instantly share code, notes, and snippets.

@NaiyaShah-BTC
Last active August 13, 2018 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NaiyaShah-BTC/8bf2791199717b7a6027d9637123a50e to your computer and use it in GitHub Desktop.
Save NaiyaShah-BTC/8bf2791199717b7a6027d9637123a50e to your computer and use it in GitHub Desktop.
has_attached_file :img,
styles: { small: '167x200#', medium: '325x390#', large: '625x750#' },
default_url: '/assets/images/missing_product.png',
s3_region: ENV['AWS_REGION'],
storage: :s3,
s3_protocol: :https,
s3_credentials: "#{Rails.root}/config/amazon_s3.yml",
url: ':s3_domain_url',
path: '/hyper-image/bumon-code/:style/:id/:filename',
s3_host_alias: 'https://s3-ap-northeast-1.amazonaws.com/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment