#tradewind:add COS automatically convert to DEEP_ARCHIVE
This commit is contained in:
@ -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
|
||||
];
|
||||
|
Reference in New Issue
Block a user