Skip to content

Commit

Permalink
Reinstate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Oct 15, 2024
1 parent 904156c commit 55b068e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/php/com/amazon/aws/ServiceEndpoint.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ public function sign($target, int $expires= 3600, $time= null): string {

$host= $this->domain();
$region= $this->region ?? '*';

// Combine target parameters with `X-Amz-*` headers used for signature
$params+= [
'X-Amz-Algorithm' => SignatureV4::ALGO,
'X-Amz-Credential' => $signature->credential($this->service, $region, $time),
Expand Down

0 comments on commit 55b068e

Please sign in to comment.