Error Uploading to AWS - ConfigurationProvider.php

I'm uploading an image to AWS.
Now, I'm getting this error.

Seems like the use of "self" in callable is deprecated in newest PHP.

File: dmxConnectLib/aws/Aws/S3/RegionalEndpoint/ConfigurationProvider.php
Line: 83

I tried running a full update in Wappler a few times, but when I examine the file it's still from 2020 and doesn't work yet.

Am I missing something? Is there an update for this?

Switch to use Composer in your PHP project, you can then install the latest AWS SDK.