diff --git a/src/Illuminate/Filesystem/AwsS3V3Adapter.php b/src/Illuminate/Filesystem/AwsS3V3Adapter.php index e6347bb93fb6..45d4f545360d 100644 --- a/src/Illuminate/Filesystem/AwsS3V3Adapter.php +++ b/src/Illuminate/Filesystem/AwsS3V3Adapter.php @@ -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