From fd12d01acc56ae0210f9f8d928792d75f83da154 Mon Sep 17 00:00:00 2001 From: tamasmazuk Date: Tue, 29 Aug 2023 07:56:54 +0200 Subject: [PATCH] Update README.md Add "Extra" section to describe the changes. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cecf2df6..8bfb103c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,13 @@ ## Installation ``` -composer require elecena/amazon-s3-php-class +composer require tamasmazuk/amazon-s3-php-class ``` +## Extra + +* SignatureDoesNotMatch error bugfix merged: https://github.com/tpyo/amazon-s3-php-class/pull/175 + ## Usage OO method (e,g; $s3->getObject(...)):