This commit is contained in:
Dev User
2026-06-16 22:51:41 +08:00
parent 1876e99ce1
commit 88ac9581a9
3 changed files with 40 additions and 1 deletions

View File

@@ -29,6 +29,9 @@ 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:deldir(appid,endpoint,access_key_id, access_key_secret,bucket_name,prefix)
return self.module:deldir(appid,endpoint,access_key_id, access_key_secret,bucket_name,prefix)
end
function tencent_cos:self()
return self.module:self()
end