mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:33:37 +03:00
docs: add AWS HTTP v4 Signature
This commit is contained in:
parent
6b27df8269
commit
e2b2afbeea
7 changed files with 102 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ DPAGES = \
|
|||
url.d use-ascii.d \
|
||||
user-agent.d \
|
||||
user.d verbose.d \
|
||||
aws-sigv4.d \
|
||||
version.d \
|
||||
write-out.d \
|
||||
xattr.d
|
||||
|
|
|
|||
10
docs/cmdline-opts/aws-sigv4.d
Normal file
10
docs/cmdline-opts/aws-sigv4.d
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Long: aws-sigv4
|
||||
Arg: <provider1[:provider2]>
|
||||
Help: provides AWS V4 signature authentication
|
||||
Category: auth http
|
||||
Added: 7.75.0
|
||||
---
|
||||
provides AWS V4 signature authentication on HTTPS header:
|
||||
|
||||
The provider argument is a string that is used by the algorithm when creating
|
||||
outgoing authentication headers.
|
||||
Loading…
Add table
Add a link
Reference in a new issue