From c3a14d3e4e189486d8d15a8dc4fcad52beb9f164 Mon Sep 17 00:00:00 2001 From: 1585346868 <1585346868@qq.com> Date: Tue, 3 Mar 2026 18:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20target/tencent=5Fcos.lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- target/tencent_cos.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/tencent_cos.lua b/target/tencent_cos.lua index abd94e9..43bf712 100644 --- a/target/tencent_cos.lua +++ b/target/tencent_cos.lua @@ -26,6 +26,9 @@ end function tencent_cos:del(appid,endpoint,access_key_id, access_key_secret,bucket_name,object_name) return self.module:del(appid,endpoint,access_key_id, access_key_secret,bucket_name,object_name) end +function tencent_cos:exist(appid,endpoint,access_key_id, access_key_secret,bucket_name,object_name) + return self.module:exist(appid,endpoint,access_key_id, access_key_secret,bucket_name,object_name) +end function tencent_cos:self() return self.module:self() end