blob: 7f69c03ab426ca246e2b7b86a1ff91d8764476cf [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: aws-sigv4
4Arg: <provider1[:provider2[:region[:service]]]>
5Help: Use AWS V4 signature authentication
6Category: auth http
7Added: 7.75.0
8See-also: basic user
9Example: --aws-sigv4 "aws:amz:east-2:es" --user "key:secret" $URL
10Multi: single
11---
12Use AWS V4 signature authentication in the transfer.
13
14The provider argument is a string that is used by the algorithm when creating
15outgoing authentication headers.
16
17The region argument is a string that points to a geographic area of
18a resources collection (region-code) when the region name is omitted from
19the endpoint.
20
21The service argument is a string that points to a function provided by a cloud
22(service-code) when the service name is omitted from the endpoint.