aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Configs/QCloudCosConfig.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-23 00:14:35 +0800
committercrupest <crupest@outlook.com>2019-04-23 00:14:35 +0800
commit797b1da15c76f6598dcc48f675c1b82cb27a17ed (patch)
tree99754727d79f8ae27c96f35e2541d51be780deb4 /Timeline/Configs/QCloudCosConfig.cs
parent752850049301290b991f748816c66352f578c057 (diff)
downloadtimeline-797b1da15c76f6598dcc48f675c1b82cb27a17ed.tar.gz
timeline-797b1da15c76f6598dcc48f675c1b82cb27a17ed.tar.bz2
timeline-797b1da15c76f6598dcc48f675c1b82cb27a17ed.zip
Remove qcloud cs sdk. I will write one by myself.
Develop signature algorithm.
Diffstat (limited to 'Timeline/Configs/QCloudCosConfig.cs')
-rw-r--r--Timeline/Configs/QCloudCosConfig.cs10
1 files changed, 10 insertions, 0 deletions
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; }
+ }
+}