aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Configs/QCloudCosConfig.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-07-29 21:13:01 +0800
committer杨宇千 <crupest@outlook.com>2019-07-29 21:13:01 +0800
commit34c7f2ad8e3227454003e3ebfdf4766cb1014dd2 (patch)
tree1c036752a2552f1a536f87ff72e27fb23e04206a /Timeline/Configs/QCloudCosConfig.cs
parente21ef1ac89c799ded14fce8f4f319b0e5ac7ab81 (diff)
downloadtimeline-34c7f2ad8e3227454003e3ebfdf4766cb1014dd2.tar.gz
timeline-34c7f2ad8e3227454003e3ebfdf4766cb1014dd2.tar.bz2
timeline-34c7f2ad8e3227454003e3ebfdf4766cb1014dd2.zip
Remove QCloud COS completely.
Diffstat (limited to 'Timeline/Configs/QCloudCosConfig.cs')
-rw-r--r--Timeline/Configs/QCloudCosConfig.cs10
1 files changed, 0 insertions, 10 deletions
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; }
- }
-}