In order to use newer regions like Frankfurt, the CRUDlex Amazon S3 FileProcessor got a small update with the requirement of a newer version of the aws/aws-sdk-php. As this required a region parameter in the constructor, the small project changed to SemVer.

Complete changelog:

  • Updated the aws/aws-sdk-php to ~3.19 and so requiring the region as first parameter in the constructor
  • Relaxed a bit the required CRUDlex version