Skip to content

Commit

Permalink
remove previous fix for app oss object prefix;
Browse files Browse the repository at this point in the history
  • Loading branch information
anobaka committed Sep 10, 2024
1 parent 33ff865 commit cad338c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Bakabase.Service/InsideWorldHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ protected override async Task ExecuteCustomProgress(IServiceProvider serviceProv
{
using var scope = serviceProvider.CreateScope();

var updaterOptionsManager =
scope.ServiceProvider.GetRequiredService<IBOptionsManager<UpdaterOptions>>();
// force fixing oss configuration
await updaterOptionsManager.SaveAsync(a =>
a.AppUpdaterOssObjectPrefix = InternalOptions.AppOssObjectPrefix);

var dependencies = serviceProvider.GetRequiredService<IEnumerable<IDependentComponentService>>().ToList();
foreach (var d in dependencies)
{
Expand Down

0 comments on commit cad338c

Please sign in to comment.