Skip to content

Commit

Permalink
Update _tuning-your-cluster/availability-and-recovery/snapshots/snaps…
Browse files Browse the repository at this point in the history
…hot-restore.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: pjuri <[email protected]>
  • Loading branch information
pjuri and natebower authored Nov 13, 2024
1 parent e5d4d2f commit 9b09d78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ You will most likely not need to specify any parameters except for `location`. F
sudo ./bin/opensearch-keystore add s3.client.default.secret_key
```

1. (Optional) If you're using a custom S3 endpoint (for example, MinIO), disable AWS EC2 metadata connection:
1. (Optional) If you're using a custom S3 endpoint (for example, MinIO), disable the Amazon EC2 metadata connection:

```bash
export AWS_EC2_METADATA_DISABLED=true

Check warning on line 116 in _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.AcronymParentheses] 'EC2': Spell out acronyms the first time that you use them on a page and follow them with the acronym in parentheses. Subsequently, use the acronym alone. Raw Output: {"message": "[OpenSearch.AcronymParentheses] 'EC2': Spell out acronyms the first time that you use them on a page and follow them with the acronym in parentheses. Subsequently, use the acronym alone.", "location": {"path": "_tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md", "range": {"start": {"line": 116, "column": 15}}}, "severity": "WARNING"}
Expand Down

0 comments on commit 9b09d78

Please sign in to comment.