aws-sdk-php-automation on 3.258.4
aws-sdk-php-automation on master
Update models for release 3.258.4 release (compare)
aws-sdk-php-automation on master
Update models for release 3.258.3 release (compare)
aws-sdk-php-automation on 3.258.3
stobrien89 on master
bump version (#2634) (compare)
$store = array();
$client = DynamoDbClient::factory(array(
'region' => 'us-west-2',
'http_handler' => function() use(&$store) {
var_dump(func_get_args());
echo 'here';
}
));
$handler = SessionHandler::factory(array(
'dynamodb_client' => $client,
));
(this is just for debugging) the http_handler never gets called
$strategy->expects($this->any())
->method('doRead')
->will(
//want callback here that can take doRead argument
);
1 == 1
and 2 == 2
$_FILES
?