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
commit3d49a3efb0b72b4363844991962f563d4514e769 (patch)
tree2e84f806d0a79488dc92e53e66b7772536f1807c /Timeline/Configs/QCloudCosConfig.cs
parent9e8a24a85d819fe11a52ee95e41dfe6c3e016dce (diff)
parent26b578ecaa1ae6b8edc54918794150408765bcd4 (diff)
downloadtimeline-3d49a3efb0b72b4363844991962f563d4514e769.tar.gz
timeline-3d49a3efb0b72b4363844991962f563d4514e769.tar.bz2
timeline-3d49a3efb0b72b4363844991962f563d4514e769.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; }
- }
-}