Skip to content

Commit

Permalink
Add options to createPresignedRequest method (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
clauculo authored Aug 13, 2024
1 parent b39a567 commit eaa1f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/S3/S3MultiRegionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ public function createPresignedRequest(CommandInterface $command, $expires, arra
);
return $client->createPresignedRequest(
$client->getCommand($command->getName(), $command->toArray()),
$expires
$expires,
$options
);
}

Expand Down

0 comments on commit eaa1f85

Please sign in to comment.