Update presign method to match with interface again.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
d87245f84c
commit
4397e57201
|
@ -73,7 +73,8 @@ class S3Signature implements SignatureInterface {
|
||||||
public function presign(
|
public function presign(
|
||||||
RequestInterface $request,
|
RequestInterface $request,
|
||||||
CredentialsInterface $credentials,
|
CredentialsInterface $credentials,
|
||||||
$expires
|
$expires,
|
||||||
|
array $options = []
|
||||||
) {
|
) {
|
||||||
$query = [];
|
$query = [];
|
||||||
// URL encoding already occurs in the URI template expansion. Undo that
|
// URL encoding already occurs in the URI template expansion. Undo that
|
||||||
|
|
Loading…
Reference in New Issue