aws-sigv4.d 700 B

12345678910111213141516171819
  1. Long: aws-sigv4
  2. Arg: <provider1[:provider2[:region[:service]]]>
  3. Help: Use AWS V4 signature authentication
  4. Category: auth http
  5. Added: 7.75.0
  6. See-also: basic user
  7. Example: --aws-sigv4 "aws:amz:east-2:es" --user "key:secret" $URL
  8. ---
  9. Use AWS V4 signature authentication in the transfer.
  10. The provider argument is a string that is used by the algorithm when creating
  11. outgoing authentication headers.
  12. The region argument is a string that points to a geographic area of
  13. a resources collection (region-code) when the region name is omitted from
  14. the endpoint.
  15. The service argument is a string that points to a function provided by a cloud
  16. (service-code) when the service name is omitted from the endpoint.