]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
aws-sigv4.d: fix region identifier in example
authorThomas Taylor <jjtaylor1925@gmail.com>
Mon, 15 May 2023 19:51:59 +0000 (15:51 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 May 2023 06:25:21 +0000 (08:25 +0200)
Closes #11117

docs/cmdline-opts/aws-sigv4.d

index 412036e43be2e84263212c5b4c8a1d60b46abc92..b771eee6a94a8c8c35e50424f35d569cecd4839a 100644 (file)
@@ -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.