mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Update presign method to match with interface again.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
ed4afa55c1
commit
8aa99aa8ff
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue