Skip to content

Commit eaa1f85

Browse files
authored
Add options to createPresignedRequest method (#2849)
1 parent b39a567 commit eaa1f85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/S3/S3MultiRegionClient.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ public function createPresignedRequest(CommandInterface $command, $expires, arra
321321
);
322322
return $client->createPresignedRequest(
323323
$client->getCommand($command->getName(), $command->toArray()),
324-
$expires
324+
$expires,
325+
$options
325326
);
326327
}
327328

0 commit comments

Comments
 (0)