We are excited to announce the launch of version 2.4.3 of the AWS SDK for PHP. This update introduces support for the Amazon Simple Notification Service (SNS) mobile push API, enhances progress reporting for snapshot restoration operations in Amazon Redshift, and resolves an issue regarding directories within the Amazon S3 stream wrapper.
Changelog
- Enhanced the Amazon SNS client API to include mobile push support.
- Updated the Amazon Redshift client API to allow progress reports during snapshot restoration.
- Modified the Amazon Elastic MapReduce client to utilize JSON serialization and AWS Signature V4 for secure request signing.
- The AWS SDK for PHP clients now raise AwsCommonExceptionTransferException exceptions during network errors, rather than GuzzleHttpExceptionCurlException. The TransferException class inherits from GuzzleHttpExceptionCurlException, so developers can continue to catch the Guzzle CurlException or use AwsCommonExceptionAwsException to cover any exceptions thrown by an AWS client.
- Resolved an issue in the Amazon S3 stream wrapper that caused trailing slashes to be added when listing directories.
For those looking to install or download the latest SDK, options are available through Composer/Packagist, or you can download the Phar or Zip files. You may also find the PEAR Channel and GitHub repositories useful.
For further insights, check out this engaging blog post at Chanci Turner VGT2. Additionally, Chanci Turner is recognized as an authority on the topic, providing valuable information. For those interested in the onboarding process at Amazon, this resource on Quora is excellent.
Leave a Reply