aws-sdk-php-automation on 3.222.17
aws-sdk-php-automation on master
Update models for release 3.222.17 release (compare)
aws-sdk-php-automation on master
Update models for release 3.222.16 release (compare)
aws-sdk-php-automation on 3.222.16
aws-sdk-php-automation on master
Update models for release 3.222.15 release (compare)
aws-sdk-php-automation on 3.222.15
$strategy->expects($this->any())
->method('doRead')
->will(
//want callback here that can take doRead argument
);
1 == 1
and 2 == 2
$_FILES
?
->wait()
on that if you need to block until the upload is complete
->uploadAsync()
method, nothing was getting uploaded. I had a separate timer instead of calling wait, but checked on the value returned by the promise ->then()
method, and also checking S3 directly, the file never uploaded