diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index a4104cc..81483bc 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -4,7 +4,7 @@ - :who: mocsharp :why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt) :versions: - - 3.7.13.5 + - 3.7.13.8 :when: 2022-08-29 18:11:12.923214877 Z - - :approve - AWSSDK.S3 diff --git a/src/Plugins/MinIO/HealthCheckBuilder.cs b/src/Plugins/MinIO/HealthCheckBuilder.cs index 444a75e..4c853a7 100644 --- a/src/Plugins/MinIO/HealthCheckBuilder.cs +++ b/src/Plugins/MinIO/HealthCheckBuilder.cs @@ -23,7 +23,7 @@ namespace Monai.Deploy.Storage.MinIO { public class HealthCheckBuilder : HealthCheckRegistrationBase { - public override IHealthChecksBuilder ConfigureAdminHealthCheck(IHealthChecksBuilder builder, HealthStatus? failureStatus = null, IEnumerable? tags = null, TimeSpan? timeout = null) => + public override IHealthChecksBuilder ConfigureHealthCheck(IHealthChecksBuilder builder, HealthStatus? failureStatus = null, IEnumerable? tags = null, TimeSpan? timeout = null) => builder.Add(new HealthCheckRegistration( ConfigurationKeys.StorageServiceName, serviceProvider => @@ -36,7 +36,7 @@ public override IHealthChecksBuilder ConfigureAdminHealthCheck(IHealthChecksBuil tags, timeout)); - public override IHealthChecksBuilder ConfigureHealthCheck(IHealthChecksBuilder builder, HealthStatus? failureStatus = null, IEnumerable? tags = null, TimeSpan? timeout = null) => + public override IHealthChecksBuilder ConfigureAdminHealthCheck(IHealthChecksBuilder builder, HealthStatus? failureStatus = null, IEnumerable? tags = null, TimeSpan? timeout = null) => builder.Add(new HealthCheckRegistration( $"{ConfigurationKeys.StorageServiceName}-admin", serviceProvider => diff --git a/third-party-licenses.md b/third-party-licenses.md index 3228529..12bde16 100644 --- a/third-party-licenses.md +++ b/third-party-licenses.md @@ -44,15 +44,15 @@ SOFTWARE.
-AWSSDK.Core 3.7.13.5 +AWSSDK.Core 3.7.13.8 ## AWSSDK.Core -- Version: 3.7.13.5 +- Version: 3.7.13.8 - Authors: Amazon Web Services - Owners: Amazon Web Services - Project URL: https://github.com/aws/aws-sdk-net/ -- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.13.5) +- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.13.8) - License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt)