From 34c7f2ad8e3227454003e3ebfdf4766cb1014dd2 Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Mon, 29 Jul 2019 21:13:01 +0800 Subject: Remove QCloud COS completely. --- Timeline/Configs/QCloudCosConfig.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Timeline/Configs/QCloudCosConfig.cs (limited to 'Timeline/Configs/QCloudCosConfig.cs') diff --git a/Timeline/Configs/QCloudCosConfig.cs b/Timeline/Configs/QCloudCosConfig.cs deleted file mode 100644 index 6d10436c..00000000 --- a/Timeline/Configs/QCloudCosConfig.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace Timeline.Configs -{ - public class QCloudCosConfig - { - public string AppId { get; set; } - public string Region { get; set; } - public string SecretId { get; set; } - public string SecretKey { get; set; } - } -} -- cgit v1.2.3