From 3f52e095319786942bbe49389f5a3f133f380938 Mon Sep 17 00:00:00 2001 From: Sander van de Geijn Date: Tue, 17 Oct 2023 19:32:40 +0200 Subject: [PATCH] Update snapshot-restore.md (#4655) Setting seems deprecated. With it present clusters fails to start with message it does not recognise this setting. Signed-off-by: Sander van de Geijn Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --- .../availability-and-recovery/snapshots/snapshot-restore.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md b/_tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md index 490b49e3482..1e1e34e3bfe 100644 --- a/_tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md +++ b/_tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md @@ -124,7 +124,6 @@ You will most likely not need to specify any parameters except for `location`. F 1. (Optional) Add other settings to `opensearch.yml`: ```yml - s3.client.default.disable_chunked_encoding: false # Disables chunked encoding for compatibility with some storage services, but you probably don't need to change this value. s3.client.default.endpoint: s3.amazonaws.com # S3 has alternate endpoints, but you probably don't need to change this value. s3.client.default.max_retries: 3 # number of retries if a request fails s3.client.default.path_style_access: false # whether to use the deprecated path-style bucket URLs.