Skip to content

Commit

Permalink
remove replace Module constant...
Browse files Browse the repository at this point in the history
  • Loading branch information
takuyan committed Jul 14, 2011
1 parent 1c91f71 commit 0ecaab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/paperclip/storage/s3.rb
Expand Up @@ -125,7 +125,6 @@ def bucket_name
def s3_host_name
case @region
when "tokyo"
AWS::S3::DEFAULT_HOST.replace "s3-ap-northeast-1.amazonaws.com"
"s3-ap-northeast-1.amazonaws.com"
else
"s3.amazonaws.com"
Expand Down

0 comments on commit 0ecaab3

Please sign in to comment.