#tradewind:add COS automatically convert to DEEP_ARCHIVE

This commit is contained in:
2022-01-19 23:02:11 +08:00
parent c0b0562ccd
commit 346a5f1eda
4 changed files with 59 additions and 1 deletions

View File

@ -10,3 +10,9 @@ $globalConfig['cloudflare'] = [
$globalConfig['dingtalk_token'] = 'your_token';
$globalConfig['COS'] = [
'bucket' => 'bucket', //存储桶名称 格式BucketName-APPID
'secretId' => 'secretId', //替换为用户的 secretId请登录访问管理控制台进行查看和管理https://console.cloud.tencent.com/cam/capi
'secretKey' => 'secretKey', //替换为用户的 secretKey请登录访问管理控制台进行查看和管理https://console.cloud.tencent.com/cam/capi
'region' => 'region', //替换为用户的 region已创建桶归属的region可以在控制台查看https://console.cloud.tencent.com/cos5/bucket
];