appoxy / aws

Amazon Web Services (AWS) Ruby Gem

Home Page:https://rubygems.org/gems/aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update of the API_VERSION constant in Aws::AcfInterface and new invalidation methods

rymai opened this issue · comments

Hi,

API_VERSION is set to 2008-06-30 in Aws::AcfInterface while current Amazon Cloudfront API version is 2010-08-01, almost 2 years late (see here for the new features:
http://docs.amazonwebservices.com/AmazonCloudFront/latest/APIReference/index.html?WhatsNew.html).

Updating the API version could allow implementation of new features, especially the invalidation methods: http://docs.amazonwebservices.com/AmazonCloudFront/latest/APIReference/index.html?Actions_Invalidations.html

It could be cool to add those to the gem API, I could try to add and pull request this if you're interested (I am for sure!).

Cheers,

Rémy

Believe someone else already did a pull request for this. I'll get it in asap.

I think the pull request is about EC2. ;)

I guess we need to switch to https as well?

I committed this change, can u try it out before I gem it up?

Feel free to fork and add these then I"ll pull them in. ;)

done awhile ago