After updating uppy from 3 to 4 version AwsS3 doesn't work correctly

I have @uppy/react and @uppy/aws-s3

After updating packages from 3.x.x to 4.x.x my application stopped worked correctly. Main problem in AwsS3 plugin, i can see that shouldUseMultipart and getUploadParameters are not triggered at all for some reason.

I want to understand why if it’s possible. No logs appearing at all when i add them in those functions, debug turned “on” also.