I\'m experimenting with s3 but im running into a permission problem (i think).
Output:
AWS::S3::PermanentRedirect in CkeditorController#create The
With paperclip version 3.1.4, simply adding a s3_host_name key to my s3.yml file worked:
paperclip
s3_host_name
s3.yml
development: bucket: 'bucket.name' access_key_id: 'xxx' secret_access_key: 'xxx' s3_host_name: 's3-eu-west-1.amazonaws.com'