diff options
author | crupest <crupest@outlook.com> | 2019-04-23 00:14:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-23 00:14:35 +0800 |
commit | ec31ef8e58928ce16cee7a0a57322fd466667649 (patch) | |
tree | 99754727d79f8ae27c96f35e2541d51be780deb4 /Timeline/Configs/QCloudCosConfig.cs | |
parent | 47c38d0949868a7af433fae57d2ddf176e8d429a (diff) | |
download | timeline-ec31ef8e58928ce16cee7a0a57322fd466667649.tar.gz timeline-ec31ef8e58928ce16cee7a0a57322fd466667649.tar.bz2 timeline-ec31ef8e58928ce16cee7a0a57322fd466667649.zip |
Remove qcloud cs sdk. I will write one by myself.
Develop signature algorithm.
Diffstat (limited to 'Timeline/Configs/QCloudCosConfig.cs')
-rw-r--r-- | Timeline/Configs/QCloudCosConfig.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Timeline/Configs/QCloudCosConfig.cs b/Timeline/Configs/QCloudCosConfig.cs new file mode 100644 index 00000000..6d10436c --- /dev/null +++ b/Timeline/Configs/QCloudCosConfig.cs @@ -0,0 +1,10 @@ +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; } + } +} |