This commit is contained in:
XiaoLi
2023-07-23 21:43:53 +08:00
committed by XiaoLi
parent 5be125956f
commit 30f2b77ab0
3 changed files with 0 additions and 21 deletions
-2
View File
@@ -411,7 +411,6 @@ local function _parse_upyun_option(option, extra, content)
if omd5 == "true" then
extra["Content-MD5"] = md5(content)
--extra["Content-MD5"] = "cca354111e1980bec172a68718976c8"
end
if type(secret) == "string" then
@@ -422,7 +421,6 @@ local function _parse_upyun_option(option, extra, content)
extra["Content-Type"] = otype
end
--print('options...', extra["Content-MD5"])
end
local function _parse_upyun_headers(headers, regex)