aws/aws-sdk-php-symfony

Word Press | Missing required client configuration options : AWS PHP SDK 3.X

Opened this issue · 1 comments

Hi There,

I have installed AWS PHP SDK 3.X in a Word Press container. SDK integration works fine.. But some of the core Word Press features are broken and i have following error in logs:

[07-Nov-2018 14:54:53 UTC] PHP Fatal error: Uncaught InvalidArgumentException: Missing required client configuration options:

version: (string)

A "version" configuration value is required. Specifying a version constraint
ensures that your code will not be affected by a breaking change made to the
service. For example, when using Amazon S3, you can lock your API version to
"2006-03-01".

Your build of the SDK has the following version(s) of "s3": * "2006-03-01"

Few observations :

  1. I'm consistently getting this error whenever i try to create a new page in WordPress Editor
  2. I'm getting an error for S3Client, but i'm not using any S3 Client.

Here is some other information:

  1. Word Press Version - 4.9.8
  2. PHP Version - 7+

Please take a look and share your thoughts.

Thanks,
Ashwini

Issue created in wrong repo.Please delete this issue from this repo. Thanks !!!!