tpyo / amazon-s3-php-class

A standalone Amazon S3 (REST) client for PHP 5/CURL
1.03k stars 503 forks source link

Allow x-amz headers in $requestHeaders param. #92

Closed ericnorris closed 9 years ago

ericnorris commented 9 years ago

With this, custom headers like ‘x-amz-server-side-encryption-customer-algorithm’ will work. Otherwise the request signature will not match.