daniel-zahariev / php-aws-ses

PHP classes that interfaces Amazon Simple Email Service
307 stars 100 forks source link

Signing AWS requests with Signature Version 4 #69

Closed kubec closed 4 years ago

kubec commented 4 years ago

Implementation of AWS requests with Signature Version 4 (AWS4-HMAC-SHA256) link: https://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html

djdavisdt commented 4 years ago

@kubec Do we know why this check is failing?

kubec commented 4 years ago

@djdavisdt - yes @daniel-zahariev must login into circleci.com and setup pipeline again (some new version)

ddonnini commented 4 years ago

@kubec hi and thanks! Are you using this in production? I mean, if nothing happens to this PR we will all have to switch to your branch then.