aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Startup.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-23 00:14:35 +0800
committercrupest <crupest@outlook.com>2019-04-23 00:14:35 +0800
commitec31ef8e58928ce16cee7a0a57322fd466667649 (patch)
tree99754727d79f8ae27c96f35e2541d51be780deb4 /Timeline/Startup.cs
parent47c38d0949868a7af433fae57d2ddf176e8d429a (diff)
downloadtimeline-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/Startup.cs')
-rw-r--r--Timeline/Startup.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/Startup.cs b/Timeline/Startup.cs
index 6491554a..12d60843 100644
--- a/Timeline/Startup.cs
+++ b/Timeline/Startup.cs
@@ -81,8 +81,8 @@ namespace Timeline
});
});
- services.Configure<TencentCosConfig>(Configuration.GetSection(nameof(TencentCosConfig)));
- services.AddSingleton<ITencentCloudCosService, TencentCloudCosService>();
+ services.Configure<QCloudCosConfig>(Configuration.GetSection(nameof(QCloudCosConfig)));
+ services.AddSingleton<IQCloudCosService, QCloudCosService>();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.