From 2812031128c76e3caf7074a2f0c9e6001df3d4b7 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:41:04 -0500 Subject: [PATCH] Fix Sigv4 numbering bug (#5429) * Update sigv4.md Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update sigv4.md Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --- _benchmark/tutorials/sigv4.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_benchmark/tutorials/sigv4.md b/_benchmark/tutorials/sigv4.md index 08138012..f7ef38f9 100644 --- a/_benchmark/tutorials/sigv4.md +++ b/_benchmark/tutorials/sigv4.md @@ -32,8 +32,7 @@ OpenSearch Benchmark supports AWS Signature Version 4 authentication. To run Ben ``` {% include copy.html %} -If you're testing against Amazon OpenSearch Serverless, set `OSB_SERVICE` to `aoss`. -{: .note} + If you're testing against Amazon OpenSearch Serverless, set `OSB_SERVICE` to `aoss`. 3. Customize and run the following `execute-test` command with the ` --client-options=amazon_aws_log_in:environment` flag. This flag tells OpenSearch Benchmark the location of your exported credentials.