Guest User

Untitled

a guest
Nov 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. production:
  2. access_key_id: 123333231331....
  3. secret_access_key: 12212dddddd........
  4.  
  5. config.paperclip_defaults = {
  6. :storage => :s3,
  7. :preserve_files => true,
  8. :s3_credentials => 'aws.yml',
  9. :s3_region => 'ap-south-1',
  10. :s3_host_name => 's3.ap-south-1.amazonaws.com',
  11. :bucket => 'xxxxxx'
  12. }
  13.  
  14. anyone: read write
  15.  
  16. gem 'aws-sdk', '~> 2.10', '>= 2.10.85'
Add Comment
Please, Sign In to add comment