From 6a73b71e4af6aa30cf6fca301d954bc01927a8c9 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 22 Apr 2019 17:03:07 +0800 Subject: Add Tencent COS. --- Timeline/Configs/TencentCosConfig.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Timeline/Configs/TencentCosConfig.cs (limited to 'Timeline/Configs/TencentCosConfig.cs') diff --git a/Timeline/Configs/TencentCosConfig.cs b/Timeline/Configs/TencentCosConfig.cs new file mode 100644 index 00000000..c41669f1 --- /dev/null +++ b/Timeline/Configs/TencentCosConfig.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +namespace Timeline.Configs +{ + public class TencentCosConfig + { + public string AppId { get; set; } + public string Region { get; set; } + public string SecretId { get; set; } + public string SecretKey { get; set; } + } +} -- cgit v1.2.3