From 23c75ca1c10ee3b35268b986cb341f9f8ba28253 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Oct 2023 15:23:15 +0000 Subject: [PATCH] Update snapshot-restore.md (#4656) * Update snapshot-restore.md Lessons learned from connecting it to a Scality Signed-off-by: Sander van de Geijn * Update _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: Sander van de Geijn Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> (cherry picked from commit 7da94d2957b2aa404b62ff223b0a74c24b064bfd) Signed-off-by: github-actions[bot] --- .../availability-and-recovery/snapshots/snapshot-restore.md | 2 +- 1 file changed, 1 insertion(+), 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 c51a581029..38bb1da3df 100644 --- a/_tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md +++ b/_tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md @@ -129,7 +129,7 @@ You will most likely not need to specify any parameters except for `location`. F s3.client.default.proxy.port: 8080 # port for your proxy server s3.client.default.read_timeout: 50s # the S3 connection timeout s3.client.default.use_throttle_retries: true # whether the client should wait a progressively longer amount of time (exponential backoff) between each successive retry - s3.client.default.region: us-east-2 # AWS region to use + s3.client.default.region: us-east-2 # AWS region to use. For non-AWS S3 storage, this value is required but has no effect. ``` 1. (Optional) If you don't want to use AWS access and secret keys, you could configure the S3 plugin to use AWS Identity and Access Management (IAM) roles for service accounts: