Skip to main content

Use Tencent Cloud COS

You can store packages to Tencent Cloud Object Storage Service.

Configure BaGetter

You can modify BaGetter's configurations by editing the appsettings.json file. For the full list of configurations, please refer to BaGetter's configuration guide.

Tencent Cloud Object Storage Service

Update the appsettings.json file:

{
...

"Storage": {
"Type": "TencentCos",
"AppId": "",
"SecretId": "",
"SecretKey": "",
"BucketName": "bagetter",
"Region": "ap-guangzhou"
},

...
}