amazon-s3-php-class
amazon-s3-php-class copied to clipboard
SignatureDoesNotMatch error
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!
thanks
wow... it works on minio!