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 | 3d49a3efb0b72b4363844991962f563d4514e769 (patch) | |
tree | 2e84f806d0a79488dc92e53e66b7772536f1807c /Timeline/Configs/QCloudCosConfig.cs | |
parent | 9e8a24a85d819fe11a52ee95e41dfe6c3e016dce (diff) | |
parent | 26b578ecaa1ae6b8edc54918794150408765bcd4 (diff) | |
download | timeline-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.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; } - } -} |