By Jorrit on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
6.x-4.x
Introduced in version:
6.x-4.8
Issue links:
Description:
If you are using the Amazon S3 submodule, you need to install the Amazon Web Services (AWS) SDK for PHP manually.
- Go to http://aws.amazon.com/sdkforphp/
- Download the AWS SDK for PHP to sites/all/libraries/awssdk
- Make sure the file sites/all/libraries/awssdk/sdk.class.php exists
- The version that is known to be compatible with the Amazon S3 module is 1.5.0.1 (2011-12-21)
The old S3 library that used to be supplied with the Video has been removed, so direct calls to that library need to be updated.
Impacts:
Site builders, administrators, editors
Module developers