quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

aws-sigv4.md (832B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: aws-sigv4
      5 Protocols: HTTP
      6 Arg: <provider1[:prvdr2[:reg[:srv]]]>
      7 Help: AWS V4 signature auth
      8 Category: auth http
      9 Added: 7.75.0
     10 Multi: single
     11 See-also:
     12   - basic
     13   - user
     14 Example:
     15   - --aws-sigv4 "aws:amz:us-east-2:es" --user "key:secret" $URL
     16 ---
     17 
     18 # `--aws-sigv4`
     19 
     20 Use AWS V4 signature authentication in the transfer.
     21 
     22 The provider argument is a string that is used by the algorithm when creating
     23 outgoing authentication headers.
     24 
     25 The region argument is a string that points to a geographic area of
     26 a resources collection (region-code) when the region name is omitted from
     27 the endpoint.
     28 
     29 The service argument is a string that points to a function provided by a cloud
     30 (service-code) when the service name is omitted from the endpoint.