diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:36:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 21:36:01 +0800 |
commit | 7cd29ffd14bff2805972dc6e9e92b68e4c58fbf8 (patch) | |
tree | 2e84f806d0a79488dc92e53e66b7772536f1807c /Timeline/Configs/QCloudCosConfig.cs | |
parent | 2f15ca5641b126968c3aa5bb93e7a1741f205705 (diff) | |
parent | 5ae881efb6a5abbeb292ac25ab4db22545b4f0dd (diff) | |
download | timeline-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.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; } - } -} |