aws / aws-sdk-php-zf2

ZF2 module for using the AWS SDK for PHP to interact with AWS services like S3, DynamoDB, SQS, EC2, etc.
http://aws.amazon.com/sdkforphp/
Apache License 2.0
103 stars 63 forks source link

Changes for SDK 3 #27

Closed jeremeamia closed 9 years ago

jeremeamia commented 9 years ago

Includes changes by @bakura10.

jeremeamia commented 9 years ago

@bakura10 I created a 1.2 branch from master, so I think we can merge this into master once Travis builds. Then it would be great if you could help me by testing within a ZF2 app. If that works well and you don't see any other necessary changes, then it will be ready for tagging.

bakura10 commented 9 years ago

Yep, actually I'm not developing any PHP stuff for now, but I'll download it into a small ZF2 app and try it this week-end. Is that ok for the timing?

However I think this should be v2. This is a BC in the dependency. For example SlmQueue depends on Aws module 1.*, which expects SDK v2 factory. Tagging this one v1.2 would break it imho.

jeremeamia commented 9 years ago

Sorry. I mean to make this 2.0. The 1.2 branch is for the current stable version, so I can apply fixes if needed.