add upyun upload rety

This commit is contained in:
XiaoLi
2023-07-23 23:09:13 +08:00
committed by XiaoLi
parent 55487dd68f
commit 95878ab1d3
2 changed files with 57 additions and 38 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ local fullpath = file_dir .. "/" .. file_to_upload .. ".png";
ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> fullpath -> ', fullpath)
upyun_upload.upload(fullpath, nil)
upyun_upload.upload(fullpath, nil, 0)