Skip to content

Commit

Permalink
Pass AWS temporary URL options to createPresignedRequest (#41156)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeskhan47 authored Feb 22, 2022
1 parent 3f558c7 commit 7e0d9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/AwsS3V3Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function temporaryUrl($path, $expiration, array $options = [])
], $options));

$uri = $this->client->createPresignedRequest(
$command, $expiration
$command, $expiration, $options
)->getUri();

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

0 comments on commit 7e0d9a6

Please sign in to comment.