summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Taylor <jjtaylor1925@gmail.com>2023-05-15 15:51:59 -0400
committerDaniel Stenberg <daniel@haxx.se>2023-05-16 08:25:21 +0200
commitec91b9c08f26cf054878a0bda6d0f1c05175e0f8 (patch)
tree69f4d6308586da8a1613d4773b12ef72a6b29c5a
parent0773d2a956f4dd637d68dbc637d762109b3efa9d (diff)
downloadcurl-ec91b9c08f26cf054878a0bda6d0f1c05175e0f8.tar.gz
aws-sigv4.d: fix region identifier in example
Closes #11117
-rw-r--r--docs/cmdline-opts/aws-sigv4.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/aws-sigv4.d b/docs/cmdline-opts/aws-sigv4.d
index 412036e43..b771eee6a 100644
--- a/docs/cmdline-opts/aws-sigv4.d
+++ b/docs/cmdline-opts/aws-sigv4.d
@@ -6,7 +6,7 @@ Help: Use AWS V4 signature authentication
Category: auth http
Added: 7.75.0
See-also: basic user
-Example: --aws-sigv4 "aws:amz:east-2:es" --user "key:secret" $URL
+Example: --aws-sigv4 "aws:amz:us-east-2:es" --user "key:secret" $URL
Multi: single
---
Use AWS V4 signature authentication in the transfer.