aws-sigv4.d: fix region identifier in example

Closes #11117
This commit is contained in:
Thomas Taylor 2023-05-15 15:51:59 -04:00 committed by Daniel Stenberg
parent 0773d2a956
commit ec91b9c08f
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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.