AWS Developer Tools Blog
Release: AWS SDK for PHP 2.4.2
We would like to announce the release of version 2.4.2 of the AWS SDK for PHP. This release adds support for custom HAQM Machine Images (AMIs) and Chef 11 to the AWS OpsWorks client, adds the latest snapshot permission features to the HAQM Redshift client, and updates the HAQM EC2 and AWS Security Token Service clients.
Changelog
- Added support for cross-account snapshot access control to the HAQM Redshift client
- Added support for decoding authorization messages to the AWS STS client
- Added support for checking for required permissions via the
DryRun
parameter to the HAQM EC2 client - Added support for custom HAQM Machine Images (AMIs) and Chef 11 to the AWS OpsWorks client
- Added an SDK compatibility test to allow users to quickly determine if their system meets the requirements of the SDK
- Updated the HAQM EC2 client to use the 2013-06-15 API version
- Fixed an unmarshalling error with the HAQM EC2
CreateKeyPair
operation - Fixed an unmarshalling error with the HAQM S3
ListMultipartUploads
operation - Fixed an issue with the HAQM S3 stream wrapper “x” fopen mode
- Fixed an issue with
AwsS3S3Client::downloadBucket
by removing leading slashes from the passed$keyPrefix
argument