更新 target/tencent_cos.lua

This commit is contained in:
2026-03-03 18:39:00 +08:00
parent 251ca8ac3e
commit c3a14d3e4e

View File

@@ -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