ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
59 stars 32 forks source link

Add support for aws-sigv4 option #67

Closed apeschar closed 1 year ago

apeschar commented 1 year ago

This option allows for easy authentication of requests to AWS and AWS-compatible APIs.

See: https://curl.se/libcurl/c/CURLOPT_AWS_SIGV4.html

ygrek commented 1 year ago

Thanks! merged