Skip to content

Commit

Permalink
Merge branch 'main' into fix-empty-result
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesnowy authored Apr 13, 2023
2 parents e4ed16f + 40d4b90 commit 12023fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public static CqrsInjector UseAliyunOssFileProvider(
string configurationSectionName = "ossClient")
{
injector.Services.AddOssClient(configuration, configurationSectionName);
injector.Services.Configure<AliyunOssOptions>(configuration.GetSection(configurationSectionName));
return injector.UseFileProvider<AliyunOssFileProvider>();
}
}

0 comments on commit 12023fd

Please sign in to comment.