From: Thomas Taylor Date: Mon, 15 May 2023 19:51:59 +0000 (-0400) Subject: aws-sigv4.d: fix region identifier in example X-Git-Tag: curl-8_1_0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec91b9c08f26cf054878a0bda6d0f1c05175e0f8;p=thirdparty%2Fcurl.git aws-sigv4.d: fix region identifier in example Closes #11117 --- diff --git a/docs/cmdline-opts/aws-sigv4.d b/docs/cmdline-opts/aws-sigv4.d index 412036e43b..b771eee6a9 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.