I’m using the AWS SKP for PHP in a Laravel app. When I try to create a client (for EventBridge in my case) I am getting the following error: The error includes a link with information on installing it, however, I have kind of a hard time believing that Jeff Bazos has abused his developers so horribly they have decided
Tag: aws-php-sdk
Is there a simple way to reduce the AWS PHP SDK to use only S3?
I would like to know is there a simple way to reduce the AWS PHP SDK to use only S3 ? I tried to delete certain directory but there are so many it will take an incredible time, and I have many errors depending on the files I delete (21,6Mo – 2 368 elements) ?! Is it possible to know the
php s3 sdk – how to get object’s latest version
I’m trying to get latest version of a given object. I tried using this function listObjectVersions but couldn’t get it to work like I want. It lists all the files, with their versions, on my bucket. $…
Response logging in AWS PHP SDK v3
In v2 of the AWS PHP SDK, I was able to setup logging of request and response information by simply doing this: In v3, I cannot seem to find the solution. Middlewares do not seem helpful as they only fire before the request is sent, and thus I cannot access the response HTTP code. Guzzle v6 has this feature built