-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring AWS CloudFront API Models/Requests up to date #3115
Comments
I am will to go through and try make the require changes, but I will need some coaching on some of the Fog internals to do so... |
@CpuID happy to help as you need it. Probably just need to switch from v3 signatures to v4 (at a guess). I think maybe EC2 (aws compute) already uses v4 if you need a point of reference. |
I had a quick look this afternoon - switching signature versions is easy enough but the change of api version changes the xml returned by some of the existing requests (eg get_distribution_list) in a way that stops the existing parser from processing it). There are what seem to be some quite substantial changes to the data returned, so this could in turn break users of the existing models/code. Definitely more work than just upgrading signatures and bumping api versions |
@fcheung thanks for the update. Hopefully somebody with the interest/time can dig deeper on this one. |
Closed in favor of fog/fog-aws#17 |
Heaps of missing functionality, specifically around the use of Price Classes, Custom/Dedicated SSL certificates, etc.
Current API version is 3~ years behind, has some authentication breakage when you try and just change the version to 2014-05-31:
The text was updated successfully, but these errors were encountered: