Skip to content

Instantly share code, notes, and snippets.

@takuyan
Created July 15, 2011 03:25
Show Gist options
  • Save takuyan/1083997 to your computer and use it in GitHub Desktop.
Save takuyan/1083997 to your computer and use it in GitHub Desktop.
module Paperclip
module Storage
module S3
#
# ...
#
@s3_host_name = @options[:s3_host_name] || @s3_credentials[:s3_host_name]
#
# ...
#
def s3_host_name
@s3_host_name || "s3.amazonaws.com"
end
#
# ...
#
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment