AWS Developer Tools Blog
Release: AWS SDK for PHP 2.4.3
We would like to announce the release of version 2.4.3 of the AWS SDK for PHP. This release adds support for the HAQM Simple Notification Service mobile push API, adds progress reporting on snapshot restore operations for HAQM Redshift, and addresses an issue with directories and the HAQM S3 stream wrapper.
Changelog
- Updated the HAQM SNS client API to support mobile push
- Updated the HAQM Redshift client API to support progress reporting on snapshot restore operations
- Updated the HAQM Elastic MapReduce client to now use JSON serialization and AWS Signature V4 to securely sign requests
- AWS SDK for PHP clients now throw
AwsCommonExceptionTransferException
exceptions when a network error occurs instead of aGuzzleHttpExceptionCurlException
. The TransferException class, however, extends fromGuzzleHttpExceptionCurlException
. You can continue to catch the Guzzle CurlException or catchAwsCommonExceptionAwsException
to catch any exception that can be thrown by an AWS client. - Fixed an issue with the HAQM S3 stream wrapper where trailing slashes were being added when listing directories