Closed jessecowens closed 3 years ago
Hi @RaviJayagopal,
In response to your question here:
In vendor\guzzlehttp\guzzle\src\ClientInterface.php we have:
/**
* Client interface for sending HTTP requests
*/
interface ClientInterface extends HasEmitterInterface
{
const VERSION = '5.3.1';
It looks like both plugins are including the aws-sdk-php library:
We are running aws/aws-sdk-php version 2.8.31. Which version are you running?
"packages": [
{
"name": "aws/aws-sdk-php",
"version": "2.8.31",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "64fa4b07f056e338a5f0f29eece75babaa83af68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/64fa4b07f056e338a5f0f29eece75babaa83af68",
"reference": "64fa4b07f056e338a5f0f29eece75babaa83af68",
"shasum": ""
},
"require": {
"guzzle/guzzle": "~3.7",
"php": ">=5.3.3"
},
Thanks, - Brad
When Total Upkeep Premium is installed together with the S3 Media Vault plugin, the AWS clients conflict.
Original forum topic.