docs: add AWS HTTP v4 Signature

This commit is contained in:
Matthias Gatto 2020-07-03 14:50:06 +02:00 committed by Daniel Stenberg
parent 6b27df8269
commit e2b2afbeea
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 102 additions and 0 deletions

View file

@ -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

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