Skip to content

Commit

Permalink
Merge pull request #9 from sunaoka/fix-compatible-with-presign
Browse files Browse the repository at this point in the history
fix compatible with Aws\Signature\SignatureInterface::presign
  • Loading branch information
howardlopez authored Sep 13, 2019
2 parents b2805b3 + 4541611 commit e4c4012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"classmap": ["build/"]
},
"require": {
"aws/aws-sdk-php": "^3.18.7"
"aws/aws-sdk-php": "^3.105.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
Expand Down
3 changes: 2 additions & 1 deletion src/Signature/SignatureV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public function signRequest(
public function presign(
RequestInterface $request,
CredentialsInterface $credentials,
$expires
$expires,
array $options = []
) {
throw new \BadMethodCallException(__METHOD__ . ' not implemented');
}
Expand Down

0 comments on commit e4c4012

Please sign in to comment.