From 65d71d12aef3790f482c2d840c664b20e099fb5e Mon Sep 17 00:00:00 2001 From: quake Date: Mon, 2 Feb 2015 10:16:16 +0800 Subject: [PATCH] add :callback_host :callback_body_type :callback_fetch_key to upload policy --- lib/qiniu/auth.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/qiniu/auth.rb b/lib/qiniu/auth.rb index c880d07..aa83f09 100755 --- a/lib/qiniu/auth.rb +++ b/lib/qiniu/auth.rb @@ -49,7 +49,10 @@ module Qiniu :return_url => "returnUrl" , :return_body => "returnBody" , :callback_url => "callbackUrl" , + :callback_host => "callbackHost" , :callback_body => "callbackBody" , + :callback_body_type => "callbackBodyType" , + :callback_fetch_key => "callbackFetchKey" , :persistent_ops => "persistentOps" , :persistent_notify_url => "persistentNotifyUrl" , :persistent_pipeline => "persistentPipeline" ,