Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:43:10 JST 2012
Kouhei Sutou 2012-04-29 17:01:13 +0900 (Sun, 29 Apr 2012) New Revision: b59a5eed3e2b6c94a9c0007114d640ca8d8eaa6e https://github.com/mroonga/mroonga/commit/b59a5eed3e2b6c94a9c0007114d640ca8d8eaa6e Log: Remove needless accessor Modified files: tools/upload-to-github.rb Modified: tools/upload-to-github.rb (+1 -1) =================================================================== --- tools/upload-to-github.rb 2012-04-29 16:55:15 +0900 (8348ad9) +++ tools/upload-to-github.rb 2012-04-29 17:01:13 +0900 (c6445df) @@ -36,7 +36,7 @@ files.each do |file| "-F", "AWSAccessKeyId=#{resource.accesskeyid}", "-F", "Policy=#{resource.policy}", "-F", "Signature=#{resource.signature}", - "-F", "Content-Type=#{resource.mime_type[0]['Content-Type']}", + "-F", "Content-Type=#{resource.mime_type}", "-F", "file=@#{file}", resource.s3_url) end -------------- next part -------------- HTML����������������������������...Download