save image to uuid name

This commit is contained in:
moicen
2022-06-26 17:49:50 +08:00
parent 46f27ba9d5
commit 6648a4f1ee
6 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ ngx.say(combined_uuid)
--
-- ngx.log(ngx.INFO, "Upload combined image " .. combined .. " to upyun .")
--
-- upyun_upload.upload(combined)
-- upyun_upload.upload(combined, nil)
-- else
-- ngx.status = 500
-- ngx.log(ngx.ERR, "IMAGE COMBINE *FAILED*")