From 0f6f2722c2fe672a1246c6f6732c50711d1af271 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 14 Dec 2023 16:57:17 +0300 Subject: [PATCH] [#61] Update frostfs-s3-gw Signed-off-by: Alex Vanin --- .env | 2 +- services/s3_gate/cfg/config.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 99c5ed0..793cffc 100644 --- a/.env +++ b/.env @@ -32,7 +32,7 @@ REST_GW_VERSION=c9c85e90 REST_GW_IMAGE=truecloudlab/frostfs-rest-gw # S3 Gate -S3_GW_VERSION=0.27.0-rc.1-30-gce929468 +S3_GW_VERSION=0.28.0-rc.1-51-g9272f4e1 S3_GW_IMAGE=truecloudlab/frostfs-s3-gw # FrostFS LOCODE database diff --git a/services/s3_gate/cfg/config.yml b/services/s3_gate/cfg/config.yml index 7fa041a..03e84e0 100644 --- a/services/s3_gate/cfg/config.yml +++ b/services/s3_gate/cfg/config.yml @@ -33,3 +33,17 @@ server: wallet: path: /wallet.json # Path to wallet passphrase: "s3" # Passphrase to decrypt wallet + +features: + md5: + enabled: true + +control: + grpc: + endpoint: localhost:16515 + +frostfsid: + enabled: false + +policy: + enabled: false