Skip to content

Commit 41e8442

Browse files
authored
Fix signature in SES (#172)
1 parent 7354e27 commit 41e8442

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SqsClient.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,11 @@ protected function getServiceCode(): string
326326
return 'sqs';
327327
}
328328

329+
protected function getSignatureScopeName(): string
330+
{
331+
return 'sqs';
332+
}
333+
329334
protected function getSignatureVersion(): string
330335
{
331336
return 'v4';

0 commit comments

Comments
 (0)