gwkunze / dynamo-session-bundle

DynamoDb Session Handler for Symfony 2
MIT License
13 stars 10 forks source link

dynamo-session-bundle for AWS API v3 #10

Closed okdewit closed 8 years ago

okdewit commented 8 years ago

This pull request is a continuation on the work of @xtuc, and makes the dynamo-session-bundle compatible with the Amazon API v3. However, it breaks backwards compatibility with v2, as they require different credential configurations.

My recommendation would be to merge this pull request and release it as a new major version (see http://semver.org/). That way, v2 users can keep using the 0.x branch, while v3 users can use 1.x branch.

gwkunze commented 8 years ago

Thanks for the PR and the suggestion. I've merged it and added a small message in the README informing people which version to use.