okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.
MIT License
737 stars 91 forks source link

Support to add your own PEM file for requests.verify #147

Open rohits2290 opened 1 year ago

rohits2290 commented 1 year ago

Defintion make_request has verify as True or False.

The requests documentation also has an option to provide a path to the pem file to verify SSL https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification.

Is it possible to add path as an option than bool responses as it's current available?

Thanks

okigan commented 1 year ago

@rohits2290 thank you for submission and being patient - I've been rather booked lately but will get back to this as soon as I can.