All Versions
1563
Latest Version
Avg Release Cycle
1 days
Latest Release
509 days ago

Changelog History
Page 157

  • v2.0.2 Changes

    December 10, 2012
    • 🛠 Fixed an issue with the Amazon S3 client where non-DNS compatible buckets that was previously causing a signature mismatch error
    • 🛠 Fixed an issue with the service description for the Amazon S3 UploadPart operation so that it works correctly
    • 🛠 Fixed an issue with the Amazon S3 service description dealing with response-* query parameters of GetObject
    • 🛠 Fixed an issue with the Amazon S3 client where object keys prefixed by the bucket name were being treated incorrectly
    • 🛠 Fixed an issue with Aws\S3\Model\MultipartUpload\ParallelTransfer class
    • âž• Added support for the AssumeRole operation for AWS STS
    • âž• Added a the UploadBodyListener which allows upload operations in Amazon S3 and Amazon Glacier to accept file handles in the Body parameter and file paths in the SourceFile parameter
    • âž• Added Content-Type guessing for uploads
    • âž• Added new region endpoints, including sa-east-1 and us-gov-west-1 for Amazon DynamoDB
    • âž• Added methods to Aws\S3\Model\MultipartUpload\UploadBuilder class to make setting ACL and Content-Type easier
  • v2.0.1 Changes

    November 13, 2012
    • 🛠 Fixed a signature issue encountered when a request to Amazon S3 is redirected
    • âž• Added support for archiving Amazon S3 objects to Amazon Glacier
    • âž• Added CRC32 validation of Amazon DynamoDB responses
    • âž• Added ConsistentRead support to the BatchGetItem operation of Amazon DynamoDB
    • âž• Added new region endpoints, including Sydney
  • v2.0.0 Changes

    November 02, 2012
    • 🎉 Initial release of the AWS SDK for PHP Version 2. See http://aws.amazon.com/sdkforphp2/ for more information.
    • Added support for Amazon Simple Storage Service (Amazon S3)
    • Added support for Amazon DynamoDB
    • Added support for Amazon Glacier
    • Added support for Amazon CloudFront
    • 🔒 Added support for AWS Security Token Service (AWS STS)