amazonwebservices / aws-sdk-for-php

(DEPRECATED) AWS SDK for PHP - Version 1. Version 3 is the latest:
https://github.com/aws/aws-sdk-php
710 stars 254 forks source link

Incorrect sqs api version fix #46

Closed derekclapham closed 11 years ago

derekclapham commented 11 years ago

Fixed API version for SQS by setting it to the correct version: 2012-11-05

The API version for SQS was set to '2012-09-15'. This is not a valid SQS API version. The possible versions are listed here: http://docs.amazonwebservices.com/AWSSimpleQueueService/latest/APIReference/Welcome.html

The current version is listed here: http://aws.amazon.com/releasenotes/8545761433555407

jeremeamia commented 11 years ago

This has already been fixed, but I think you may have been the first person to notice it so I knew to fix it. Thanks.