Commit 03b1e969 by 宋毅

tj

parent c4783599
...@@ -25,7 +25,7 @@ class UtilsAppSve extends AppServiceBase { ...@@ -25,7 +25,7 @@ class UtilsAppSve extends AppServiceBase {
} }
var ossItem = list[ossIndex]; var ossItem = list[ossIndex];
var bucket = pobj.actionBody.bucket || "gsb-zcsy";//oss 桶(即文件目录) var bucket = pobj.actionBody.bucket || "gsb-zc";//oss 桶(即文件目录)
var end = new Date().getTime() + 36000000;//10小时-毫秒 var end = new Date().getTime() + 36000000;//10小时-毫秒
var expiration = new Date(end).toISOString() var expiration = new Date(end).toISOString()
var policyText = { var policyText = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment