I am working integrating CKFinder (3.1.0) with an existing application. I'd like to use the S3 adapter for storage, which works fine in isolation in the application.
The problem I am having is that the download package for CKFinder 3.1.0 includes its own vendor directory of libraries, including the AWS SDK (v2.27) - I have my own instance of the AWS sdk loaded via composer which is a much more recent version which is conflicting with CKFinder's version, causing errors.
Has anyone had any success is running CKFinder with it's local vendor files alongside project-wide composer libraries such as aws-sdk-php. I can convert to using the 2.27 version of the aws-sdk project wide, but this is not ideal.