aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Configs/QCloudCosConfig.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-07-29 21:36:01 +0800
committerGitHub <noreply@github.com>2019-07-29 21:36:01 +0800
commit7cd29ffd14bff2805972dc6e9e92b68e4c58fbf8 (patch)
tree2e84f806d0a79488dc92e53e66b7772536f1807c /Timeline/Configs/QCloudCosConfig.cs
parent2f15ca5641b126968c3aa5bb93e7a1741f205705 (diff)
parent5ae881efb6a5abbeb292ac25ab4db22545b4f0dd (diff)
downloadtimeline-7cd29ffd14bff2805972dc6e9e92b68e4c58fbf8.tar.gz
timeline-7cd29ffd14bff2805972dc6e9e92b68e4c58fbf8.tar.bz2
timeline-7cd29ffd14bff2805972dc6e9e92b68e4c58fbf8.zip
Merge pull request #30 from crupest/remove-cos
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; }
- }
-}