add :callback_host :callback_body_type :callback_fetch_key to upload policy

This commit is contained in:
quake
2015-02-02 10:16:16 +08:00
parent 5332645665
commit 65d71d12ae
+3
View File
@@ -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" ,