fix:部分优化
This commit is contained in:
@@ -188,5 +188,6 @@ public abstract class S3StorageProviderBase : IObjectStorageProvider, IDisposabl
|
||||
|
||||
_disposed = true;
|
||||
_client?.Dispose();
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -89,7 +89,7 @@ public sealed class TenantResolutionMiddleware(
|
||||
});
|
||||
}
|
||||
|
||||
private TenantContext ResolveTenant(HttpContext context, TenantResolutionOptions options)
|
||||
private static TenantContext ResolveTenant(HttpContext context, TenantResolutionOptions options)
|
||||
{
|
||||
var request = context.Request;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user