允许海外服务器高速上传

This commit is contained in:
xudeke
2014-12-09 14:18:30 +08:00
parent d14fe23e45
commit 4fbfdbf472
+1 -1
View File
@@ -34,7 +34,7 @@ module Qiniu
:tmpdir => Dir.tmpdir + File::SEPARATOR + 'QiniuRuby'
}
REQUIRED_OPTION_KEYS = [:access_key, :secret_key]
REQUIRED_OPTION_KEYS = [:access_key, :secret_key, :up_host]
attr_reader :settings, :default_params