Skip to content

Commit

Permalink
Require Host.
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Pepper <[email protected]>
Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]>
  • Loading branch information
dblock and kimpepper authored Jan 18, 2025
1 parent ad4ed40 commit aab8023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSearch/Aws/SigningClientDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SigningClientDecorator implements ClientInterface
* @param ClientInterface $inner The client to decorate.
* @param CredentialsInterface $credentials The AWS credentials to use for signing requests.
* @param SignatureInterface $signer The AWS signer to use for signing requests.
* @param array $headers Additional headers to add to the request, usually `Host` is required.
* @param array $headers Additional headers to add to the request. `Host` is required.
* @return void
*/
public function __construct(
Expand Down

0 comments on commit aab8023

Please sign in to comment.