aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Configs/QCloudCosConfig.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Configs/QCloudCosConfig.cs')
-rw-r--r--Timeline/Configs/QCloudCosConfig.cs10
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; }
+ }
+}