statamic / v2-hub

Statamic 2 - Feature Requests and Bug Reports
https://statamic.com
95 stars 5 forks source link

S3 containers throw an error on PHP 7.4 #2528

Open jasonvarga opened 3 years ago

jasonvarga commented 3 years ago

Describe the bug

You'll get an Trying to access array offset on value of type null error when trying to use an s3 asset container on php 7.4.

It's this: https://github.com/aws/aws-sdk-php/issues/1915

It's fixed, but we need to upgrade the dependency.

To get around it, you can add retries: 0 to the container's yaml file.

Of course, not an issue on v3.