You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upload file to amazon, but I got this error
Call to undefined function GuzzleHttp\Psr7\try_fopen()
vendor\frostealth\yii2-aws-s3\src\handlers\UploadCommandHandler.php line 48
My code:
$result = $s3->commands()->upload('e:\Video\short videos\The Small Business Story – short video no captions.mp4', '/uplod/29/10/small.mp4')->withAcl('private')->execute();
How can I fix that?
The text was updated successfully, but these errors were encountered:
I am trying to upload file to amazon, but I got this error
Call to undefined function GuzzleHttp\Psr7\try_fopen()
vendor\frostealth\yii2-aws-s3\src\handlers\UploadCommandHandler.php line 48
My code:
$result = $s3->commands()->upload('e:\Video\short videos\The Small Business Story – short video no captions.mp4', '/uplod/29/10/small.mp4')->withAcl('private')->execute();
How can I fix that?
The text was updated successfully, but these errors were encountered: