Change record status: 
Project: 
Introduced in branch: 
6.x-4.x
Introduced in version: 
6.x-4.8
Description: 

If you are using the Amazon S3 submodule, you need to install the Amazon Web Services (AWS) SDK for PHP manually.

  1. Go to http://aws.amazon.com/sdkforphp/
  2. Download the AWS SDK for PHP to sites/all/libraries/awssdk
  3. Make sure the file sites/all/libraries/awssdk/sdk.class.php exists
  4. 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