Merge pull request #21638 from nextcloud/backport/21588/stable19
[stable19] Update presign method to match with interface again.
This commit is contained in:
commit
7fd34d5d64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue