When trying to use deleteObjects() or deleteMatchingObjects() from AWS PHP SDK S3Client class, I get the following error:
include([cut]/src/Aws/S3/Command/DeleteMultipleObjects.php): failed to open stream: No such file or directory
I investigated a little and such file doesn't even exist within the whole project repository + checked directly: https://github.com/aws/aws-sdk-php/tree/master/src/Aws/S3/Command . The file isn't there.
However - it's quite hard to believe such thing hasn't been noticed yet. Where's the problem?