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 | 34c7f2ad8e3227454003e3ebfdf4766cb1014dd2 (patch) | |
tree | 1c036752a2552f1a536f87ff72e27fb23e04206a /Timeline/Configs/QCloudCosConfig.cs | |
parent | e21ef1ac89c799ded14fce8f4f319b0e5ac7ab81 (diff) | |
download | timeline-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.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; } - } -} |