Update presign method to match with interface again.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2020-06-25 22:56:28 +02:00 committed by backportbot[bot]
parent d87245f84c
commit 4397e57201
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ class S3Signature implements SignatureInterface {
public function presign(
RequestInterface $request,
CredentialsInterface $credentials,
$expires
$expires,
array $options = []
) {
$query = [];
// URL encoding already occurs in the URI template expansion. Undo that