Skip to content

Commit 7e0d9a6

Browse files
authored
Pass AWS temporary URL options to createPresignedRequest (#41156)
1 parent 3f558c7 commit 7e0d9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/AwsS3V3Adapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function temporaryUrl($path, $expiration, array $options = [])
6969
], $options));
7070

7171
$uri = $this->client->createPresignedRequest(
72-
$command, $expiration
72+
$command, $expiration, $options
7373
)->getUri();
7474

7575
// If an explicit base URL has been set on the disk configuration then we will use

0 commit comments

Comments
 (0)