Skip to content

Commit

Permalink
Merge pull request #40 from 10up/fix/s3-test
Browse files Browse the repository at this point in the history
Provide region, version, and signature version in the ::test method
  • Loading branch information
tlovett1 authored Sep 17, 2018
2 parents 5e40831 + 9f9111d commit 3ad7da9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/classes/S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ public static function test( $config ) {
'key' => $config['access_key_id'],
'secret' => $config['secret_access_key'],
],
'signature' => 'v4',
'region' => $config['region'],
'version' => '2006-03-01',
]
);

Expand Down

0 comments on commit 3ad7da9

Please sign in to comment.