diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:13:01 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:13:01 +0800 |
commit | a272cb53cfeaaf3874cbece20116f05bad7c52f6 (patch) | |
tree | 1c036752a2552f1a536f87ff72e27fb23e04206a /Timeline/Configs | |
parent | 246e4eafeb10a26e049d1905c9721c1fb1181aed (diff) | |
download | timeline-a272cb53cfeaaf3874cbece20116f05bad7c52f6.tar.gz timeline-a272cb53cfeaaf3874cbece20116f05bad7c52f6.tar.bz2 timeline-a272cb53cfeaaf3874cbece20116f05bad7c52f6.zip |
Remove QCloud COS completely.
Diffstat (limited to 'Timeline/Configs')
-rw-r--r-- | Timeline/Configs/QCloudCosConfig.cs | 10 |
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; } - } -} |