Brad Morse
Brad Morse
I built pagination for a custom search within the comments plugin for craft 2 ```
I have tried both composer install and update version of aws/aws-sdk-php: php 8.2: 3.271.8 php 8.3: 3.271.8 (after composer install) php 8.3: 3.293.8 (after composer update)
I downgraded to 8.2, using docker image: php:8.2.9RC1-fpm-alpine3.17 It still had aws/aws-sdk-php set to version 3.293.9, so I ran: `composer require aws/aws-sdk-php:3.271.8` Then it worked
Seems like aws/aws-sdk-php does not support php 8.3