In production.rb:
config.paperclip_defaults = { s3_host_name: \"s3.#{ENV.fetch(\'AWS_REGION\')}.amazonaws.com\", storage: :s3, s3_credentials: {
You need to explicitly add the protocol to your configuration:
:s3_protocol => :https