From 797b1da15c76f6598dcc48f675c1b82cb27a17ed Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 23 Apr 2019 00:14:35 +0800 Subject: Remove qcloud cs sdk. I will write one by myself. Develop signature algorithm. --- Timeline/Configs/QCloudCosConfig.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Timeline/Configs/QCloudCosConfig.cs (limited to 'Timeline/Configs/QCloudCosConfig.cs') diff --git a/Timeline/Configs/QCloudCosConfig.cs b/Timeline/Configs/QCloudCosConfig.cs new file mode 100644 index 00000000..6d10436c --- /dev/null +++ b/Timeline/Configs/QCloudCosConfig.cs @@ -0,0 +1,10 @@ +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