We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecd3ba5 + 343c10e commit 40d4b90Copy full SHA for 40d4b90
src/Cnblogs.Architecture.Ddd.Infrastructure.FileProviders.AliyunOss/CqrsInjectorExtensions.cs
@@ -23,6 +23,7 @@ public static CqrsInjector UseAliyunOssFileProvider(
23
string configurationSectionName = "ossClient")
24
{
25
injector.Services.AddOssClient(configuration, configurationSectionName);
26
+ injector.Services.Configure<AliyunOssOptions>(configuration.GetSection(configurationSectionName));
27
return injector.UseFileProvider<AliyunOssFileProvider>();
28
}
29
0 commit comments