From d395ac95965ea6252c6c0b8683a635556f824d01 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 8 Jul 2024 15:27:16 +0300 Subject: [PATCH] [#41] Update service configs * Revert storage chain cache disabling due to fix in s3-gw * Enable frostfsid validation in s3-gw by default * Bypass content encoding checks to support minio integrations Signed-off-by: Alex Vanin --- s3-gw/s3-gw-config.yaml | 5 +---- sn/config.yaml | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/s3-gw/s3-gw-config.yaml b/s3-gw/s3-gw-config.yaml index f498144..feba37b 100644 --- a/s3-gw/s3-gw-config.yaml +++ b/s3-gw/s3-gw-config.yaml @@ -69,9 +69,6 @@ control: grpc: endpoint: localhost:16515 -frostfsid: - validation: - enabled: false - kludge: use_default_xmlns: true + bypass_content_encoding_check_in_chunks: true diff --git a/sn/config.yaml b/sn/config.yaml index 96077d7..1e082f3 100644 --- a/sn/config.yaml +++ b/sn/config.yaml @@ -2,7 +2,6 @@ morph: rpc_endpoint: - address: ws://localhost:30333/ws dial_timeout: 20s - ape_chain_cache_size: 0 control: grpc: