tpyo / amazon-s3-php-class

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

filter out empty headers #175

Open dcmexy opened 3 years ago

dcmexy commented 3 years ago

Fixes issues #157 & #171.

It turns out that ListBuckets does not work on non-amazon services due to a 403 SignatureDoesNotMatch error caused by some empty headers.

This minor change fixes that.