]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update presign method to match with interface again. 21588/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Thu, 25 Jun 2020 20:56:28 +0000 (22:56 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Thu, 25 Jun 2020 20:56:28 +0000 (22:56 +0200)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
lib/private/Files/ObjectStore/S3Signature.php

index f9ea2e22aad09f2e97c37dbc25b25fb29d5e3b22..bcd1eef7b2aec573fc305e39332749cf15f2a4ac 100644 (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