amazon-s3-php-class icon indicating copy to clipboard operation
amazon-s3-php-class copied to clipboard

SignatureDoesNotMatch error

Open t0mmy9 opened this issue 5 years ago • 2 comments

I am using a custom S3 provider and kept getting back a 403 SignatureDoesNotMatch error from every function I tried to use. After a bit of trial and error it turns out that this was down to empty headers added in the "__getSignatureV4" function.

Adding the following couple of lines has fixed it for me: https://www.diffchecker.com/GRzuu6gj

Now everything works perfectly, thank you for this great class!

t0mmy9 avatar Aug 28 '19 10:08 t0mmy9

thanks

mr-smit avatar Nov 04 '19 13:11 mr-smit

wow... it works on minio!

reina-n avatar Feb 13 '20 15:02 reina-n