From 4fbfdbf47281230526f145a561124fb12b0d2e8e Mon Sep 17 00:00:00 2001 From: xudeke Date: Tue, 9 Dec 2014 14:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=81=E8=AE=B8=E6=B5=B7=E5=A4=96=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E9=AB=98=E9=80=9F=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/qiniu/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qiniu/config.rb b/lib/qiniu/config.rb index 7be3887..33d373b 100755 --- a/lib/qiniu/config.rb +++ b/lib/qiniu/config.rb @@ -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