Is there anyway we can leverage the massaging handler capability that is part of spring-integration-aws-1.1.0-RC1 we just downgrade the AWS SDK version to aws-sdk-core-1.4.x ?
As I would like to integrate with a proprietary CMS application [Hitachi Content Platform], which support old version AWS S3 API (i.e. AWS SDK 1.4.x ).
Meantime I still want do have to leverage the S3MessageHandler for my service call handling. Is there any middle path to the problem.
Note:- The AWS SDK that is part of spring-integration-aws-1.1.0-RC1 is not supported by CMS application.