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
parent ed4afa55c1
commit 8aa99aa8ff
No known key found for this signature in database
GPG key ID: 36E3664E099D0614

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